Re: Access denied for user

2012-12-29 Thread Ryan Blunden
You either need to create an account for this user with access to the database or check the username and password provided. How are you administering the DB? PHPMyAdmin? On 27/12/2012, at 6:22 AM, El sayed Gamal wrote: > You need to change your mysql database configurations, that's is it. > >

Re: Access denied for user

2012-12-27 Thread El sayed Gamal
You need to change your mysql database configurations, that's is it. On Thursday, December 27, 2012 3:45:58 PM UTC+2, Sanket Garg wrote: > > i m trying to follow the following guide > > https://docs.djangoproject.com/en/1.3/intro/tutorial01/ > > but i m getting error > ERROR 1045 (28000): Access d

Re: Access denied for user

2012-12-27 Thread Ankush
the database that you are trying to access, is the user name Sanket for it? for example - if its mysql mysql -u Sanket are you able to login using it? On Thu, Dec 27, 2012 at 8:45 AM, Sanket Garg wrote: > i m trying to follow the following guide > > https://docs.djangoproject.com/en/1.3/intro