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.

DatabaseImplementation

Summary

Sets the type of database you are using.

Usage

 

DatabaseImplementation=ezmysql|ezpostgresql|ezoracle

Description

Set this option to "ezmysql" if you are using a MySQL database. If you are using PostgreSQL set this option to "ezpostgresql". In case you are using an Oracle database (note that the eZ Publish Extension for Oracle® Database is required for this) you should specify "ezoracle" in the "DatabaseImplementation" directive.

Frederik Holljen (01/02/2005 10:46 am)

Gaetano Giunta (19/05/2009 2:48 pm)

Frederik Holljen, Svitlana Shatokhina, Gaetano Giunta


Comments

  • SQL Server

    What about MS SQL Server 2005??
    Thanks
  • mysqli

    Isn't there also the "ezmysqli" option for mysqli...
    • Re: mysqli

      Yes, Andreas, this is an error here in the reference, because you are right: there is also ezmysqli for MySQL improved, and if the database server supports it, it is preferable to use it instead of ezmysql.