Not a developer? Go to MovableType.com

Documentation

ObjectDriver

This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi, to customize the behavior of the system.

Defines the driver for the desired database.

Examples

For MySQL:

ObjectDriver DBI::mysql

Values

Example database drivers:

  • DBI::mysql - recommended
  • DBI::postgres - deprecated from core in MT5
  • DBI::sqlite - deprecated from core in MT5
  • DBI::Oracle - available with MT Enterprise

Database config directives:

For instructions on how to configure Movable Type for your database environment, see Installing Movable Type.

Back