Bruno Desthuilliers wrote:
> Luke a écrit :
>> Im very new to SQL in general, let alone coding it into python. I can
>> interact with a MySQL database just fine for the most part, but im
>> running
>> into some problems here...
> (snip)
OK. Bruno has pointed out why you're having trouble with
the syntax, but that's not the real problem. You probably
don't want a separate MySQL database for each account,
which is what you're doing. You only need one database
for multiple accounts. The account name can be a field.
You can look up things by any field, which is the whole
point of having a database.
(The database looks up much faster if you specify that
some fields are INDEX fields. But that can come later.)
John Nagle
--
http://mail.python.org/mailman/listinfo/python-list