【填坑】启动MySQL: Connection reset by peer
(2017-05-23 14:11:42)
标签:
peerconnectionmysqlreset |
分类: 【环境安装与Linux、win系统】 |
$ sudo systemctl status mysql.service
● mysql.service - MySQL
Community Server
May 22 23:09:47 big2
mysqld[5966]: 2017-05-23T06:09:47.239165Z 0 [Note] Beginning of
list of non-natively partitioned tables
May 22 23:09:47 big2
mysqld[5966]: 2017-05-23T06:09:47.246081Z 0 [Note] End of list of
non-natively partitioned tables
May 22 23:09:47 big2
mysqld[5966]: 2017-05-23T06:09:47.810164Z 5 [Note] Access denied
for user 'root'@'localhost' (using password: NO)
May 22 23:09:47 big2
systemd[1]: Started MySQL Community Server.
May 22 23:09:48 big2
mysqld[5966]: warning: can't get client address: Connection reset
by peer
May 22 23:09:50 big2
mysqld[5966]: warning: can't get client address: Connection reset
by peer
May 22 23:09:52 big2
mysqld[5966]: warning: can't get client address: Connection reset
by peer
May 22 23:09:54 big2
mysqld[5966]: warning: can't get client address: Connection reset
by peer
May 22 23:09:56 big2
mysqld[5966]: warning: can't get client address: Connection reset
by peer
May 22 23:09:58 big2
mysqld[5966]: warning: can't get client address: Connection reset
by peer
后面就每2秒钟出一个warning,百思不得其解中……虽然居然不影响使用
【发现】
原来启动keepalived进程后才会出现这样的问题。
在关闭keepalived进程的情况下,不会出现connection reset by peer
在开启的情况下才会出现。具体原因以及该现象的影响仍然在探索中