By simple configuration, Spring boot provides a powerful way to work with a single database. Sometimes you need to work with multiple databases (for example, one for basic usage and another for archiving). In...
Tagged: MySQL
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,...
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...