(resolved) Re: user not able to login from localhost

2012-09-24 Thread Rajeev Prasad
mysql> I am looging in from the same server. From: Rick James To: Rajeev Prasad ; mysql list Sent: Monday, September 24, 2012 2:09 PM Subject: RE: user not able to login from localhost That says that your password in not correct.  You have not go

Re: user not able to login from localhost

2012-09-24 Thread Rajeev Prasad
sql> I am looging in from the same server. From: Rick James To: Rajeev Prasad ; mysql list Sent: Monday, September 24, 2012 2:09 PM Subject: RE: user not able to login from localhost That says that your password in not correct.  You have not go

Re: user not able to login from localhost

2012-09-24 Thread Rajeev Prasad
> From: Rajeev Prasad [mailto:rp.ne...@yahoo.com] >> Sent: Monday, September 24, 2012 10:56 AM >> To: mysql list >> Subject: user not able to login from localhost >> >> i have given select/insert/update/delete rights to a user on a specific >> database, from lo

Re: user not able to login from localhost

2012-09-24 Thread Ben Mildren
day, September 24, 2012 10:56 AM >> To: mysql list >> Subject: user not able to login from localhost >> >> i have given select/insert/update/delete rights to a user on a specific >> database, from localhost. when i try to login to mysql using the uid, i >> get

Re: user not able to login from localhost

2012-09-24 Thread Michael Dykman
On Mon, Sep 24, 2012 at 1:55 PM, Rajeev Prasad wrote: > i have given select/insert/update/delete rights to a user on a specific > database, from localhost. when i try to login to mysql using the uid, i get > error: > > > > ERROR 1045 (28000): Access denied for user 'myuser'@'localhost' (using >

RE: user not able to login from localhost

2012-09-24 Thread Rick James
7;; > -Original Message- > From: Rajeev Prasad [mailto:rp.ne...@yahoo.com] > Sent: Monday, September 24, 2012 10:56 AM > To: mysql list > Subject: user not able to login from localhost > > i have given select/insert/update/delete rights to a user on a specific > data

user not able to login from localhost

2012-09-24 Thread Rajeev Prasad
i have given select/insert/update/delete rights to a user on a specific database, from localhost. when i try to login to mysql using the uid, i get error: ERROR 1045 (28000): Access denied for user 'myuser'@'localhost' (using password: YES) what other privilege do i need to give this user?