1.

What is a storage engine.How to prevent the use of a particular storage engine?

Answer»

A DATABASE engine (or storage engine) is the underlying software component that a database management system (DBMS) uses to create, read, UPDATE and delete (CRUD) data from a database.

The disabled_storage_engines configuration OPTION defines which storage engines cannot be used to create tables or tablespaces. By default, disabled_storage_engines is empty (no engines disabled), but it can be SET to a comma-separated list of one or more engines.



Discussion

No Comment Found