[SOLVED] mysqladmin connection error I'm trying to connect to a database I made on a linux box using mysqladmin from XP.
When I try to login as root I get this error. Code: MySQL Error Number 1045
Access Denied for user 'root' at 'myip' (using password: NO)
There is no root password setup. (at least i think there isn't based on this) Code: $ mysql -u root
Welcome to the MySQL monitor. ...
mysql>
I've already ran a GRANT ALL ... command if that makes any difference here
Any help would be appreciated |