Resolve DB Error: [1286] Unknown storage engine 'InnoDB'

to view moreCWP Control Panelroundcube error log ▼

/usr/local/cwpsrv/var/services/roundcube/logs/errors

appearMySql databaseOr MariaDB database error message▼

DB Error: [1286] Unknown storage engine 'InnoDB' (GET /roundcube/)

Why is there a DB Error: [1286] Unknown storage engine 'InnoDB' error?

This error occurs because InnoDB was closed ▼

Why DB Error: [1286] Unknown storage engine sheet 1

  • It needs to be set to on and rebooted.
  • MyISAM is the common default, and InnoDB is the powerhouse.
  • Many things require InnoDB.

Once the bug is found, the problem is half solved.

How to solve DB Error: [1286] Unknown storage engine 'InnoDB' error?

  1. edit /etc/my.cnf file, find the imported folder !includedir /etc/my.cnf.d
  2. enter /etc/my.cnf.d folder
  3. turn on server.cnf file
  4. Find "innodb"
  5. find and delete this line innodb = off
  6. After saving, restartMySQLservice:
service mysqld restart

Or restart the Mariadb service:

systemctl restart mariadb

The method is very simple, just follow the operation, the error problem can be solved, this tutorial is over!

If the above methods cannot solve the database error problem of your roundcude, please try the following solutions▼

Comment

Your email address will not be published. Required fields * Callout

Scroll to Top