标签:命令 roo -- mysq mys code string console mysql安装
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';
标签:命令 roo -- mysq mys code string console mysql安装
原文地址:https://www.cnblogs.com/twodoge/p/10034405.html