MySQL Error 3161 – ER_DISABLED_STORAGE_ENGINE

MySQL Error Message

Storage engine %s is disabled (Table creation is
disallowed).

Reason for the Error

An attempt was made to create a table or tablespace using a
storage engine listed in the value of the
disabled_storage_engines system
variable, or to change an existing table or tablespace to such an
engine. Choose a different storage engine.