Tagged: Database

Setup Liferay DB2 Database

Follow these instructions to configure your Liferay portal with DB2 SGBD : Downloading the jdbc Driver To download the DB2 jdbc Driver, follow these instructions : Go to the official IBM site Choose the appropriate...

More

Setup Liferay Derby Database

Follow these instructions to configure your Liferay portal with Derby DB SGBD : Downloading the jdbc driver Liferay don’t provide natively a Derby DB jdbc driver. You must download it. Follow these instructions to...

More

Setup Liferay PostgreSQL Database

Follow these instructions to configure your Liferay portal with PostgreSQL SGBD : Downloading the jdbc Driver For PostgreSQL, there is no need to download the jdbc driver. When Liferay detects you want to use PostgreSQL,...

More

Setup Liferay MySQL Database

Follow these instructions to configure your Liferay portal with MySQL SGBD : Downloading the jdbc Driver For MySQL, there is no need to download the jdbc driver. When Liferay detects you want to use MySQL,...

More

Liferay database configuration

By default, Liferay use hsql (hypersonic) database which is not recommanded to go with in production environment. Liferay provides a very easy way to use another SGBD on your portal by simple configuration. In this...

More