摘要:
说明所连接的用户帐号没有远程连接的权限,只能在本机(localhost)登录。解决方法: 首先按下面的步骤登录Mysql服务器 登录mysql需要切换到dos下的mysql的bin目录,进行如下操作: mysql>use mysql; mysql>update user set host = '%'where user ='root'; mysql>flush privileges; mysql>select 'host','user' from user where user='root' 阅读全文
posted @ 2012-07-18 14:53
奋斗中...
阅读(225)
评论(0)
推荐(0)

浙公网安备 33010602011771号