I recently installed Linux-Mandrake 6.1 which came with MySql version 3.20.32a, and 3.22.25. I installed both as I opted to install all packages that came with Mandrake at installation time.<br><br>Here is what happend when I tried to use mysql for the first time:<br><br># mysql -u root mysql<br>Worked just fine, got mysql prompt and no error message.<br><br>I continued the testing as outlined in the mysql manual:<br># mysqladmin -u root shutdown<br># safe-mysqld --log &<br> [1]727<br> Starting mysqld demon with databases from /var/lib/mysql<br><br>After this anything I tried eg:<br> mysql -u root mysql<br> mysqladmin version<br> mysqlshow mysql<br> mysql -u root test <br><br>results in the following error message: <br><br>Error: Access denied for user: 'root@localhost' to database 'mysql'<br><br>I should mention that if I try <br><br>mysql -u any_user_except_root test<br><br>I get the mysql prompt no problem, however mysql -u any_user mysql results in the same access denied error message<br><br>I have read the mysql manual and tried everthing that was recommended without any success. <br><br>Any thoughts, suggestions, comments on this will be much appreciated also this might be a stupid question (i am a linux newbie) but could the fact that I have two versions of mysql installed have something to do with my problem. <br><br>Thank you <br><br>