in reply to Re^6: turning off Autocommit (MySql)
in thread turning off Autocommit (MySql)
Try "CREATE TABLE test (str VARCHAR(50)) ENGINE=InnoDB". If that doesn't work it's likely you need to change your mysql configuration and/or initialise the tablespace, check the MySQL docs here for that, it's somewhat out of scope for this forum.
|
|---|