我已经在MacOS10.13上安装了MySQL5.7.11。mysql服务器的启动和停止似乎没有问题。我没有明显的问题。我已经能够使用phpmyadmin为本地cms设置一个没有问题的数据库。
但是,在my.cnf中启用常规查询日志时:
general_log = 1
general_log_file = /var/log/mysql/my_general.log
我的\u general.log中充满了连接错误消息:
2018-01-15T11:33:56.933354Z 31 Connect _mysql@localhost on using Socket
2018-01-15T11:33:56.933387Z 31 Connect Access denied for user '_mysql'@'localhost' (using password: NO)
2018-01-15T11:33:58.934167Z 32 Connect dylan@localhost on using Socket
2018-01-15T11:33:58.934206Z 32 Connect Access denied for user 'dylan'@'localhost' (using password: NO)
2018-01-15T11:34:10.933386Z 33 Connect dylan@localhost on using Socket
2018-01-15T11:34:10.933419Z 33 Connect Access denied for user 'dylan'@'localhost' (using password: NO)
随机地, _netbios@localhost
也被拒绝访问。
每次启动服务器都是一致的。它做了30次失败的尝试 _mysql@localhost
然后切换到我的用户帐户。据我所知,它继续无限期地失败。
我没有设置\u mysql用户,有一个用户mysql.sys。用户dylan需要密码。
那么,我怎样才能知道是什么试图连接到mysql?
暂无答案!
目前还没有任何答案,快来回答吧!