解决远程连接mysql错误1130代码的方法
摘要:
命令行登陆 mysql -uroot -p 输入密码后登陆 use mysql; select host,user from user ; grant allon *.*to root identified by '123456'with grant option; flush privileges 阅读全文
posted @ 2016-04-22 17:12 张大少。 阅读(326) 评论(0) 推荐(0)
浙公网安备 33010602011771号