Jump to content

Setting up a forced-innoDB database in phpMyAdmin?


Recommended Posts

8 hours ago, Lucas James said:

You need to edit the /etc/my.cnf file with following parameter under the [mysqld] section:

default-storage_engine=innodb

Save the file and restart MySQL/MariaDB.

Thank you Lucas.  But can you tell me if this will also prevent myISAM tables from being written through the installation of 3rd-party apps/plugins (I ask because the variable mentions "default" storage engine)?  And if so, might this prevent their installation or compromise their function?

Edited by liquidfractal
Link to comment
Share on other sites

7 hours ago, liquidfractal said:

Thank you Lucas.  But can you tell me if this will also prevent myISAM tables from being written through the installation of 3rd-party apps/plugins (I ask because the variable mentions "default" storage engine)?  And if so, might this prevent their installation or compromise their function?

tables are created using the default storage engine, so switching that will indeed have the desired effect

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...