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  阅读(123)  评论(0编辑  收藏  举报