MySQL for Windows Zip Edition installation

Source: Internet
Author: User

1. Extract the Mysql_5.6.24_winx64.zip to the folder

2. Increase environment variables

3. Modify the MySQL configuration file

Rename the My-default.ini copy of the MySQL root directory to My.ini. modifying parameter values

# These is commonly set, remove the # and set as required.
basedir = D:\Program files\mysql\mysql-5.6.24
DataDir = D:\Program Files\mysql\mysql-5.6.24\data
# port = .....
# server_id = ...

4. Registration Service

Use CMD with administrator privileges or Windows PowerShell to enter D:\Program Files\mysql\mysql-5.6.24\bin

Perform PS D:\Program files\mysql\mysql-5.6.24\bin> ./mysqld-install

Return: Service successfully installed.

5. Start the service

PS D:\Program files\mysql\mysql-5.6.24\bin> net start MySQL
The MySQL service is starting.
The MySQL service has started successfully.

6. Modify the default password

such as: Mysqladmin.exe-u user name-p password New password

PS D:\Program files\mysql\mysql-5.6.24\bin> \mysqladmin.exe-uroot-p Password [email protected]
Enter Password: (type old password)

MySQL for Windows Zip Edition installation

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.