<br><br><div><span class="gmail_quote">On 3/16/06, <b class="gmail_sendername">Deboo</b> <<a href="mailto:knowledgeful@gmail.com">knowledgeful@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Getting the following error when running mysqltest:<br><br>mysqltest: Failed in mysql_real_connect(): Access denied for user<br> 'root'@'localhost' (using password: NO)<br><br><br>Couldn't determine the cause. I just installed mysql and changed
<br>the password for root user of mysql. I'm able to login via webmin<br>though but the mysqltest still fails.<br><br>What needs to be done?<br><br>Regards,<br>Deboo<br><br>-</blockquote></div>Hey,<br>
<br>
 from the terminal or command line do this<br>
<br>
mysql -u root -p<br>
<br>
it will then prompt you for the root password( in this case root password of mysql not of system)<br>
<br>
Regards<br>
<br>
Ankush Grover<br>