mysql 8免密码登录

UPDATE mysql.user SET authentication_string=null WHERE User='root';
FLUSH PRIVILEGES;
exit;

https://stackoverflow.com/a/52579886/8025086

posted on 2020-09-03 17:38  Go_Forward  阅读(178)  评论(0)    收藏  举报