I think you can turn strict mode off (at least for the current session) in phpMyAdmin by running the following sql: SET sql_mode = '' If the current user has the neede privileges I think you can run this sql: SET @@global.sql_mode='' Take a look at the SQL Mode documentation.