> mysql> SET PASSWORD FOR [EMAIL PROTECTED](secret);
> ERROR 1064: You have an error in your SQL syntax.  Check the manual that
> corresponds to your MySQL server version for the right syntax to use near
> 'secret)' at line 1
> mysql> SET PASSWORD FOR [EMAIL PROTECTED]('secret');
> ERROR 1044: Access denied for user: '@localhost' to database 'mysql'

normally , for a freshly installed mysql , the root password is a blank (
NULL).

try setting a password using "mysqladmin."

Arvind



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to