Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Many void queries recorded in the mysql error log

CONCEPT21May 1 2017 — edited May 5 2017

Hello all the Mysql users,

My system is Ubuntu 16.04 amd64, Mysql server 5.7.18.

The mysql error log is flooded with these void queries.  They happen about twice per 2 minutes.  How do I find out which program or connection is responsible for them?  

2017-05-01T17:27:15.908503Z 3 [Note] Access denied for user 'root'@'localhost' (using password: NO)

2017-05-01T17:29:17.320641Z 23 [Note] Access denied for user ''@'localhost' (using password: NO)

2017-05-01T17:29:17.321477Z 24 [Note] Access denied for user ''@'localhost' (using password: NO)

2017-05-01T17:31:17.404669Z 36 [Note] Access denied for user ''@'localhost' (using password: NO)

2017-05-01T17:31:17.405018Z 37 [Note] Access denied for user ''@'localhost' (using password: NO)

2017-05-01T17:33:17.482127Z 47 [Note] Access denied for user ''@'localhost' (using password: NO)

2017-05-01T17:33:17.482912Z 48 [Note] Access denied for user ''@'localhost' (using password: NO)

This post has been answered by CONCEPT21 on May 5 2017
Jump to Answer

Comments

Post Details

Added on May 1 2017
2 comments
241 views