使用控制台进入mysql
mysql -uroot -p123456
账号密码修改为自己的
alter user 'root'%'localhost' identified with mysql_native_password by '123456';
账号密码修改为自己的
flush privileges;
使用控制台进入mysql
mysql -uroot -p123456
账号密码修改为自己的
alter user 'root'%'localhost' identified with mysql_native_password by '123456';
账号密码修改为自己的
flush privileges;
8300
3780

被折叠的 条评论
为什么被折叠?