mysql数据库设置远程连接权限

mysql数据库设置远程连接权限

grant all privileges on *.* to 'root'@'%' identified by 'root' with grant option

posted @ 2020-02-10 20:59  yasepix  阅读(474)  评论(0编辑  收藏  举报