The message simply warns you that you are using the default MySQL user (username root
with no password) to get complete acces to MySQL server.
Just change your MySQL server root
password and edit your PhpMyAdmin configuration to include the new password.
If you get this on a local machine not accessible from outside (i.e. your personal local development server), you should not worry about that.