On 30 Dec 2003, at 16:22, Carlos Andre Moura de Amorim wrote:



i have a follow problem, please, help-me


[EMAIL PROTECTED] db]# mysql --user=root --password=xxxxxx
ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)



Wrong password or root does not have a password. (The 'Using password' describes what you are doing; not what is set up for root).


Try without --password option.

If this is the case, you would be wise to create a password for root:

$ mysqladmin --user=root password <the-password>


HTH Steve.


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to