You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[mysqld]# set basedir to your installation pathbasedir=D:/tools/mysql-5.7.35-winx64
# set datadir to the location of your data directorydatadir=D:/tools/mysql-5.7.35-winx64/data
mysqld.exe --initialize
mysqld.exe --console 启动
新开terminal, mysql -u root -p登录, 初始密码在data目录.err文件
修改密码 ALTER USER 'root'@'localhost' IDENTIFIED BY 'new password';
mysqld.exe --initializemysqld.exe --console启动mysql -u root -p登录, 初始密码在data目录.err文件ALTER USER 'root'@'localhost' IDENTIFIED BY 'new password';mysqld.exe --install. 默认服务名称 MYSQL