Install the Mysql noinstall Zip version _mysql

Source: Internet
Author: User
Version number: 5.5.19-winx64

1, change the My-small.ini to My.ini (please follow your own machine configuration changes)

2, at the command line input:
\bin\mysqld–-console<br> return should see the following indicating successful startup:

Mysqld:ready for connections Version: ' 5.5.19-log ' socket: ' port:3306
Next you can register for win service

1. Confirm MySQL Service termination:
Bin\mysqladmin-u Root shutdown

2. Registration Service:
Bin\mysqld--install MySQL--defaults-file=c:\mysql5.5.19-winx64\my.ini

3, start the service:
net start MySQL
My.ini Settings---The following can be set up with MySQL administrator
Copy Code code as follows:

[Mysqld]
Character-set-server=utf8
[Client]
Default-character-set=utf8

Basedir= "c:/mysql5.5.19"
Datadir= "C:/mysql5.5.19/data"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.