when I have changed the Liferay database from Hypersonic to MySQL seems that the settings of the pages and all the customization done in Liferay through the web GUI are not saved. What can be the problem?
This is my configuration of the portal-ext.properties:
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost:3306/lportal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=root
jdbc.default.password=liferay
Thanks in advance!!