行得太快,記得太少 Living in IT…

12十/110

mysql远程访问的设置

登陆以后运行以下命令,给予远程访问客户端权限.. 

grant all on *.* to 'remote'@'172.16.21.39' identified by 'password';

remote表示用户名.

'172.16.21.39' 远程ip地址

password表示远程登陆密码.

 

评论 (0) 引用 (0)

还没有评论.


Leave a comment

(required)

还没有引用.