Cannot connect to Mysql database

Chris Angelico rosuav at gmail.com
Tue Nov 19 01:31:25 EST 2013


On Tue, Nov 19, 2013 at 5:26 PM, Himanshu Garg <hgarg.india at gmail.com> wrote:
> I did:
>
> import MySQLdb as mdb
> from MySQLdb import *
> from MySQLdb.constants import *
>
> and now it works.  Thanks! again

Looks good! Glad it works.

ChrisA



More information about the Python-list mailing list