Well,
[root@localhost ~]# mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
[root@localhost ~]#
What else to be done?
regards,
Deboo
On 3/16/06, Ankush Grover <ankush174@xxxxxxxxx> wrote:
On 3/16/06, Deboo < knowledgeful@xxxxxxxxx> wrote:Getting the following error when running mysqltest:
mysqltest: Failed in mysql_real_connect(): Access denied for user
'root'@'localhost' (using password: NO)
Couldn't determine the cause. I just installed mysql and changed
the password for root user of mysql. I'm able to login via webmin
though but the mysqltest still fails.
What needs to be done?
Regards,
Deboo
-Hey,
from the terminal or command line do this
mysql -u root -p
it will then prompt you for the root password( in this case root password of mysql not of system)
Regards
Ankush Grover
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
--
Please don't Cc: me, I'm subscribed to the list.