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';
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
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
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:
>
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
5 matches
Mail list logo