8.0以后的Mysql数据库如何配置远程连接?
8.0以后的Mysql数据库如何配置?
CREATE USER 'root'@'%' IDENTIFIED BY '12345';
alter user 'root'@'%' identified with mysql_native_password by '12345';
8.0以后的Mysql数据库如何配置?
CREATE USER 'root'@'%' IDENTIFIED BY '12345';
alter user 'root'@'%' identified with mysql_native_password by '12345';