Jesse Hager wrote: > In every MySQL library I have ever seen, the database parameter is > optional. You may either omit it or pass an empty string. It is just a > shortcut so the application does not need to send a "USE" command to > select the active database.
I tried it without the db parameter, then sent a CREATE TABLE query, but I got this: OperationalError: (1046, 'No Database Selected') -- http://mail.python.org/mailman/listinfo/python-list