Re: What is the user account's password, Why is most of the things in the reference manual does not work as stated?

2008-10-04 Thread Fish Kungfu
Has the user been GRANTed PRIVILEGES yet? Look here for how to do that: http://dev.mysql.com/doc/refman/5.0/en/adding-users.html Cheers...Fish On Sat, Oct 4, 2008 at 12:36 PM, David Giragosian <[EMAIL PROTECTED]>wrote: > On Sat, Oct 4, 2008 at 11:33 AM, Varuna Seneviratna < > [EMAIL PROTECTE

Re: What is the user account's password, Why is most of the things in the reference manual does not work as stated?

2008-10-04 Thread David Giragosian
On Sat, Oct 4, 2008 at 11:33 AM, Varuna Seneviratna < [EMAIL PROTECTED]> wrote: > What is the user account's password.I used the command > C:\>mysql -u user -p > Enter password: ** > ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using > password: Y > ES) > How can I find i

What is the user account's password, Why is most of the things in the reference manual does not work as stated?

2008-10-04 Thread Varuna Seneviratna
What is the user account's password.I used the command C:\>mysql -u user -p Enter password: ** ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using password: Y ES) How can I find it? Varuna