Previous Topic: Configuring MySQLNext Topic: Creating a New Database


Enabling Support for the InnoDB Transaction Engine

AuthMinder uses the InnoDB storage engine of MySQL. To check whether this storage engine is supported by your MySQL installation, use the SHOW ENGINES command. If the output of this command shows that InnoDB is not supported, enable support for InnoDB.

Note: For information about the procedure to enable support for InnoDB, see MySQL documentation.