You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

InnoDB-migration.txt 699B

123456789
  1. InnoDB Migration
  2. These are basic instructions on how to convert your poweradmin database to InnoDB.
  3. This is intended to get you started. If you don't know how to change your MySQL Configuration or don't have basic understanding on how MySQL works you should look for help.
  4. Converting the tables to InnoDB is not enough to enable you to enjoy better performance and ACID compliance. You must configure the InnoDB storage engine appropriately too.
  5. I recommend you read through "The InnoDB Storage Engine" (https://dev.mysql.com/doc/refman/5.6/en/innodb-storage-engine.html) and set at least the "innodb_buffer_pool" variable to a reasonable value before you attempt to change the database tables.