1, Baidu input MySQL
2. Go to MySQL website to find the picture place
3, in the interface below to find the picture content to download
4, install after downloading.
The installation process is as follows:
1. Unzip the downloaded files and put them under the c:\web\mysql-8.0.11. Build a My.ini file under the root directory and put the following information:
[mysql]# set MySQL client default character set Default-character-set=utf8 [mysqld]# set 3306 ports port = 3306# Set the MySQL installation directory basedir=c:\wamp-all\ mysql-5.7.13# set the data storage directory for the MySQL database datadir=c:\wamp-all\sqldata# the maximum number of connections allowed max_connections=20# The character set used by the service side defaults to the 8-bit encoded latin1 character set character-set-server=utf8# the default storage engine that will be used when creating a new table Default-storage-engine=innodb
2. Open the cmd command line as an administrator and switch directories:
CD C:\web\mysql-8.0.11\bin
3. Enter the following command
Mysqld Install
4. If the service cannot start the input
Mysqld--initialize
5. Re-enter
net start MySQL
MySQL installation process