Overview

MariaDB / MySQL use two different database formats, InnoDB and MyISAM. To found out more about the differences, we recommend our article comparing InnoDB and MyISAM.

Note

Different formats can be selected per table, so you may have mixed formats for some instances.

If you want to find out what format your website is using, you can follow the instructions below.

Instructions

  1. Login to the Conetix Control Panel or Plesk based server.
  2. On the right hand side, select Databases:
    how to determine what database format your site is using
  3. This will then display a list of databases. If you have more than one, you may need to verify which database is associated with your website (eg, by checking the wp-config.php or similar).
  4. Within the database you wish to verify the database format for and click on PHPMyAdmin:
    how to determine what database format your site is using
  5. This will display a summary of all tables within this database:
    how to determine what database format your site is usingThe type column will indicate the format in use.
  6. If you wish to convert any older MyISAM based tables to InnoDB, you can follow our conversion guide or contact our support team for assistance.

Was this article helpful?

Related Articles