I have a problem using the MySQLdb library. I\'m trying to insert values into my table but MySQL isn\'t showing them. What\'s more strange is the primary key is changing whe
Turn on autocommit or commit your changes, see: My data disappeared!