解决用Mysql 8使用sqlyog远程连接数据库出现1045 access denied for user ‘root‘@‘ip地址‘ using password yes linux

use mysql;

UPDATE user SET Password=PASSWORD(‘root’) where USER=’root’;

flush privileges;

重新连接 即可

猜你喜欢

转载自blog.csdn.net/liufeifeihuawei/article/details/129860152
今日推荐