unauthenticated user

今天写了个简单连接数据库的程序,在远程连接mysql 时发现明显慢,后来登录mysql后查看当前连接情况,命令如下:

mysql>show processlist;

发现大量的unauthenticated user信息,如下图:

经搜索知道是因为mysql开启了反向域名解析的功能。

解决办法有两个如下:

1. mysql 启动的参数中添加–skip-name-resolve,关闭反向域名解析功能。

2.在mysql的配置文件my.cnf中找到[mysqld]一节,增加skip-name-resolve,重新启动mysql即可。

原创文章,转载请注明: 转载自micmiu – 软件开发+生活点滴[ http://www.micmiu.com/ ]

本文链接地址: http://www.micmiu.com/exception/unauthenticated-user/

发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">