Re: need help with MySQLdb

2005-06-30 Thread Wolfram Kraus
nephish wrote: [...] >> Try the following from the shell (NOT the python shell): >> mysql -u user -p >> [Enter passwd] >> mysql> show databases; >> >> If MyDB isn't in the list either something went wrong with the xampp >> installation or the database for xampp got a different name. (I am no >>

Re: need help with MySQLdb

2005-06-29 Thread Wolfram Kraus
[EMAIL PROTECTED] wrote: > Hey there all, > i have a question about how to point my python install to my sql > database. > > when i enter this: db = MySQLdb.connect(user="user", passwd="pass", > db="myDB") > > i get this: > Traceback (most recent call last): > File "", line 1, in -toplevel- >