linux mysql 开启远程访问

mysql -u root -p

mysql> grant all on *.* to user_name@'%' identified by 'user_password'; 

posted @ 2014-07-24 09:07  Joker Pan  阅读(131)  评论(0)    收藏  举报