use mysql;
select user,host,authentication_string from user;
update user set authentication_string='12345678' where user='root' and host='localhost';
错误截图:
(5.7.11 或者以后)> update user set authentication_string=password("123456") where user="root";
————————————————
版权声明:本文为CSDN博主「csdn-华仔」的原创文章,遵循CC 4.0 by-sa版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/hello_world_qwp/article/details/80346904
输入命令 “ mysqld --defaults-file="G:\Install_Applications\mysql-8.0.11\my.ini" --console --skip-grant-tables ” 启动MySQL服务后,光标会一直停止没有任何输出,这儿的话说明MySQL服务已经启动了。
但是我没有my.ini这个文件......
@real_zhui:
https://www.cnblogs.com/whatarey/p/11396616.html