码迷,mamicode.com
首页 > 数据库 > 详细

mysql远程访问

时间:2015-04-28 20:31:07      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:

1. vi /etc/mysql/my.cnf

#bind-address = 127.0.0.1

2. GRANT ALL PRIVILEGES ON *.* TO ‘root‘@‘%‘ IDENTIFIED BY ‘123456‘ WITH GRANT OPTION;

3. /etc/init.d/mysql restart

 

mysql远程访问

标签:

原文地址:http://www.cnblogs.com/WeRtogether/p/4463618.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!