Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

DBBackend

Summary

Sets which database back end to use when clustering with the eZDB File Handler.

Usage

 

DBBackend=<class name handler back-end>

Description

Use this setting to define the database backend used by the eZDB file handler. When using an eZDFSFileHandler please refer to the settings in [eZDFSClusteringSettings].

Kzeep in mind that for this setting the previously used value "mysql" is deprecated.

Possible values are:

  • "eZDBFileHandlerMysqlBackend" when using MySQL
  • "eZDBFileHandlerOracleBackend" when using Oracle (this will require the ezoracle extension)

This setting is case sensitive.

Examples

DBBackend=eZDBFileHandlerMysqlBackend
DBBackend=eZDBFileHandlerOracleBackend

Ester Heylen (04/05/2010 10:22 am)

Ester Heylen (11/05/2010 11:33 am)


Comments

There are no comments.