时间:2021-07-01 10:21:17 帮助过:4人阅读
net stop mysql
mysqld --console --skip-grant-tables --shared-memory
mysql.exe -u root
UPDATE mysql.user SET authentication_string='root' WHERE user='root' and host='localhost';
mysql8.0版本忘记root密码
标签:命令 roo -- mysq mys code string console mysql安装