Wamp Environment Configuration-mysql Installation

Source: Internet
Author: User
Tags php and mysql

1. Download and unzip the MySQL5.6.36 compressed package (by the way, rename all at once).

  

2. Copy the My-default.ini file to the name My.ini, and then modify the following red box callout

  

3. Install and start the service.

Run cmd as administrator (WIN10, do not have enough access to the administrator), go to the bin directory, execute the following command: Mysqld-install Displays the installation success, and then executes the net start MySQL command to start the MySQL service

  

4. Configure Environment variables

  

  

5.PHP and MySQL link configuration

  

  

6. Modify the MySQL root account password (restart cmd)

① directly into MySQL, start without password

    

② Change Password

    

The operation commands are as follows:

C:\WINDOWS\system32>Mysql-u rootmysql>Show Databases;mysql>  UseMysql;mysql> Update User SetPassword= 'Lxjroot' where User='Root'; MySQL>FlushPrivileges; MySQL>Quit

③ re-login to MySQL and enter the modified password.

    

7. Installation is complete.

Wamp Environment Configuration-mysql 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.