Okay. I\'ve built here a mysql query browser, like navicat. Using MySQLdb to perform queries.
Here\'s the weird part. When i run the query through the program(using
Just a guess: Perhaps the code in Python is running within a transaction, and the transaction might need to be explicitly committed?
Edit: There's an entry in the MySQLdb FAQ that might be relevant.