Re: mysql setting eror

2009-07-23 Thread Saketh
Looks like I learned something too. :) Sincerely, Saketh On Thu, Jul 23, 2009 at 1:32 PM, Sonal Breed wrote: > > Saketh, > I got the problem, it was the quotes around username and localhost, > The command for mysql should be > GRANT ALL ON django_db.* TO sonal@'ocalhost IDENTIFIED BY > 'sonal';

Re: mysql setting eror

2009-07-23 Thread Sonal Breed
Saketh, I got the problem, it was the quotes around username and localhost, The command for mysql should be GRANT ALL ON django_db.* TO sonal@'ocalhost IDENTIFIED BY 'sonal'; http://www.webdevelopersnotes.com/tutorials/sql/mysql_primer_creating_a_database.php3 Thanks, Sonal. On Jul 23, 10:03 am

Re: mysql setting eror

2009-07-23 Thread Sonal Breed
Hello saketh, The name of the db is mygodb, i just happened to give the example of Django_db in mysql console. I am still getting the error. Does anybody know the solution to this?? Any help will be really appreciated, Sonal. On Jul 23, 9:47 am, Sonal Breed wrote: > Yes , the name of the datab

Re: mysql setting eror

2009-07-23 Thread Sonal Breed
Yes , the name of the database is mygodb.. On Jul 23, 9:45 am, Saketh wrote: > You seem to be accessing 'mygodb' from your django config, for which > so...@localhost might not have permissions. Is this the case? > > Sincerely, > Saketh > > On Thu, Jul 23, 2009 at 12:42 PM, Sonal Breed wrote: >

Re: mysql setting eror

2009-07-23 Thread Saketh
You seem to be accessing 'mygodb' from your django config, for which so...@localhost might not have permissions. Is this the case? Sincerely, Saketh On Thu, Jul 23, 2009 at 12:42 PM, Sonal Breed wrote: > > Hi all, > > I am migrating my project from sqlite3 to mysql. > Installed mysql and mysqld