
mysql
rwen001
cookbook
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ERROR 2013 (HY000): Lost connection to MySQL server at 'reading authorization packet', system error:
4 down vote accepted From documentation: More rarely, it can happen when the client is attempting the initial connection to the server. In this case, if your connect_timeout value is set转载 2014-12-23 16:35:56 · 6842 阅读 · 0 评论 -
mysql在windows server上面安装的问题
主要就是可以通过grant privileges来实现远程访问,下面是一篇好文章: 报错:1130-host ... is not allowed to connect to this MySql server 解决方法: 1。 改表法。 可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登转载 2015-06-02 13:55:52 · 527 阅读 · 0 评论