Hi,
I have a message in syslog that says that the MySQL server contains three root accounts without password:
"/etc/mysql/debian-start, 1417, WARNING: mysql.user contains 3 root accounts without password!"
I checked phpmyadmin and see that there are three root accounts, see screenshot. I'm guessing that I'll brake something if I simple login and set the password for the root user?
I'd like to have a decent security setup, in particular on the database server. Is there anything I can do to strengthened the security around the MySQL root accounts?
/Thanks
Jonas