While running following command.
mysqladmin -i3 pr
We are getting result.
056 | unauthenticated user | localhost | | Connect | | Reading from net |
To avoid such problem add following lines in /etc/my.cnf file to avoid access for unauthenticated user.
root@server [~]# pico /etc/my.cnf
skip-networking
skip-name-resolve
skip-host-cache
skip-locking
Now restart the mysql service and check mysql process logs again.
Category: Linux Administrator Interview Questions, Mysql + phpmyadmin, Server Security, VPS
Tags: check running mysql process, disable remote mysql acces. /etc/my.cnf, mysql issue with unauthenticated user login, mysqladmin -i3 pr, mysqladmin command, problem with unauthenticated user login, skip-host-cache, skip-locking, skip-name-resolve, skip-networking, solution for mysql unauthenticated user login, solution for unauthenticated user problem, unauthenticated user, unauthenticated user access, unauthenticated user issue, unauthenticated user mysql issue, unauthenticated user problem, unauthenticated user resolve
[...] posted here: "unauthenticated user" problem in mysql logs? | Linux Servers … Posted in: Server ADD [...]