mysql创建远程用户
摘要:
grantallprivilegeson*.*to myuser@"%" identifiedby'password';用root用户登陆,然后: grant all privileges on *.* to 创建的用户名 @"%" identified by "密码"; flush privileges; * 刷新刚才的内容* 阅读全文
posted @ 2012-10-25 19:34 haven24 阅读(1459) 评论(0) 推荐(0)
浙公网安备 33010602011771号