mysql-5.6.24-x64 Installation Environment Window server2008 x64

Source: Internet
Author: User

1. Download the MySQL file package first, Dev.mysql.com/downloads/mysql (registration required)

2. Unzip the downloaded mysql-5.6.24-x64.zip.

3. Copy the extracted folder to the appropriate place, for example D://program file/

4. Copy the My-default.ini file into the folder and rename it to My.ini

5. Add the following lines within the My.ini file.

Basedir = C:\Program files\mysql-5.6.24-winx64 #mysql的位置, replaced by their own
DataDir = C:\Program Files\mysql-5.6.24-winx64\data #data的位置, replaced by their own
Max_connections = #最大连接数, can not be set
Character-set-server = UTF8 #服务端字符集

Default-storage-engine = INNODB #存储模式

6. Installing the MySQL Service

Run cmd as Administrator, enter DOS and enter into the mysql/bin/directory, enter mysqld install prompt installation success


7. Start MySQL

Continue to enter net start MySQL prompt to start successfully


8. Go to MySQL

Continue entering Mysql-uroot-p

The default is no password directly to enter the good.


mysql-5.6.24-x64 Installation Environment Window server2008 x64

Related Article

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.