您好,欢迎访问一九零五行业门户网

mysql授权某数据库 允许某用户远程连接

无详细内容 无 grant all privileges on *.* to 'username'@'%' identified by 'password' with grant option;flush privileges;/**on *.* 是 on 数据库.表 @% 是任意的 @ip 可以具体某个ip**/
grant all privileges on *.* to 'username'@'%' identified by 'password' with grant option;flush privileges;/**on *.* 是 on 数据库.表 @% 是任意的 @ip 可以具体某个ip**/
其它类似信息

推荐信息