MySQL 应用要求⚓︎
注意
- 注意防火墙放行相应的 MySQL 服务端口。
- MySQL Server 需要授权 Core 和 KoKo 的远程访问的权限。
mysql -uroot
create user 'root'@'%' identified by 'Test2020.M';
grant all on *.* to 'root'@'%';
flush privileges;
注意
mysql -uroot
create user 'root'@'%' identified by 'Test2020.M';
grant all on *.* to 'root'@'%';
flush privileges;
你好,我是你的智能小助手。
点我,开启高效解答模式,让问题变成过去式。