Ok sorry about that.
On Oct 12, 5:05 pm, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]>
wrote:
> On Sun, Oct 12, 2008 at 6:55 PM, Narshe <[EMAIL PROTECTED]> wrote:
> > So my question is how do I correctly install the MySQLdb adapter? Or
> > more specifically, can my current setup be saved? (Go easy on m
On Sun, Oct 12, 2008 at 6:55 PM, Narshe <[EMAIL PROTECTED]> wrote:
> So my question is how do I correctly install the MySQLdb adapter? Or
> more specifically, can my current setup be saved? (Go easy on me, I
> just started with Django 2 days ago) Thanks bunches in advance ^^
You'd be better off a
I'm running Windows XP with WAMPSERVER 2.0 installed. Python2.6
MySQL is installed on my computer at this location: C:\wamp\bin\mysql
Here is how my settings.py is set up:
DATABASE_ENGINE = 'mysql'
DATABASE_NAME = 'pythonDB'
DATABASE_USER = 'py'
DATABASE_PASSWORD = '#py'
DATABASE_HOST = ''
DATABA