Results 1 to 1 of 1
when i try to navigate to 127.0.0.1 in my browser to see my django page, i get this:
OperationalError
...
(2002, "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' ...
- 07-13-2011 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 85
mysql-error in django even though db set to sqlite3
when i try to navigate to 127.0.0.1 in my browser to see my django page, i get this:
OperationalError
...
(2002, "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)")
in my settings.py file, i have specified sqlite3 as the db django should use.
how and why does this happen?


Reply With Quote