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.