On Mon, 2002-12-30 at 18:39, Divyesh A. wrote:
> 
> Hi,
> 
> I am able to connect to mysql server with mysql user ..
> 
>       # mysql -u mysql
> 
> but when I tried with root it says that ..
> 
>       # ERROR 1045: Access denied for user: 'root@localhost'
>               (Using password: NO)
> 
> What could be the reason ?

Did you set a password for the root user?  And why are you connecting as
root, by the way?

$ mysql -uroot -p should prompt you for a password.

        srs



-------------------------------------------------------
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