1. Download
: http://dev.mysql.com/downloads/mysql/
According to the computer configuration to choose, I chose Windows (x86,64-bit), ZIP Archive This, click Download, the page jumps to such as
Click the bottom no thanks,just start my download to start the download.
My Mysql installation path is D:\Mysql\mysql-5.7.13-winx64
2. Configure the My.ini file and add the Data folder
Create a new My.ini file under the path to install MySQL
The following code is written in the My.ini file:
Create a new folder named data
Open cmd
The installation success instructions will be OK (I have installed this side, so the service already exist)
3. Start the MySQL server
Start Task Manager--click Services
Access to services
Right-click MySQL, tap Start or restart
4. Turn on MySQL
CMD inside input mysql-u root-p, enter password
If you want to reset your password mysqladmin-u root-p password
After entering MySQL, enter show databases;
Input use MyWeb;
Re-enter show tables;
MySQL Download installation