mysql-5.6.16 installation Process

Source: Internet
Author: User

1, decompression, free installation
2, the configuration environment variable, the new variable name mysql_home, the variable value is the MYSQL installs the directory path, C:\Program files\mysql-5.1.69-win32;
3, add in the path variable of environment variable;%mysql_home%\bin;
4. Under the bin directory in cmd, execute mysqld-install (install MySQL as Windows Service) to prompt "service successfully installed." Indicate success;
5, execute the command: net start MySQL or Windows management tools--service inside find MySQL service, and start
6. Run Mysql-uroot in the command line to enter the database.
7. Change the password
Enter MySQL return
mysql> use MySQL;
mysql> Update user Set Password=password ("123123") where user= "root";
8. Refresh Permissions
mysql> flush Privileges;
Mysql> \q; exit.

mysql-5.6.16 installation Process

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.