8.0以后的Mysql数据库如何配置远程连接?

8.0以后的Mysql数据库如何配置?

CREATE USER 'root'@'%' IDENTIFIED BY '12345';


alter user 'root'@'%' identified with mysql_native_password by '12345';

posted @ 2022-03-20 21:37  bH1pJ  阅读(126)  评论(0)    收藏  举报