-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- 下载mysql https://downloads.mysql.com/archives/community/
- 解压mysql
- 在解压目录新建 my.ini
- my.ini的内容是
[mysqld] # set basedir to your installation path basedir=D:/tools/mysql-5.7.35-winx64 # set datadir to the location of your data directory datadir=D:/tools/mysql-5.7.35-winx64/data
mysqld.exe --initializemysqld.exe --console启动- 新开terminal,
mysql -u root -p登录, 初始密码在data目录.err文件 - 修改密码
ALTER USER 'root'@'localhost' IDENTIFIED BY 'new password'; - 安装windows服务:
mysqld.exe --install. 默认服务名称 MYSQL
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels