mysql允许远程登录

进入mysql
 
grant all privileges on *.* to 'root'@'%' identified by '12345678' with grant option;
flush privileges;
posted @ 2015-01-19 11:23  BiboXie  阅读(165)  评论(0)    收藏  举报