阿里云下载地址: https://zysd-shanghai.oss-cn-shanghai.aliyuncs.com/software/windows/mysql/mysql-5.7.23-winx64.zip
本站以5.7.23版本为例。
Path中加入:D:\Program Files\mysql-5.7.23\bin
[mysqld] port=3306 basedir=D:/Program Files/mysql-5.7.23 datadir=D:/Program Files/mysql-5.7.23/data max_connections=200 character-set-server=utf8 default-storage-engine=INNODB sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES [mysql]
mysqld -install Service successfully installed
mysqld --initialize-insecure --user=mysql
net start mysql
Mysqladmin -u root -p password