Run Liferay Bundle with MySQL Database

add this code to your portal-ext.properties file


jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost/
lportal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=root
jdbc.default.password=

replace lportal with your database name

if portal-ext.properties doesn’t exsist then create it at:
[bundle]/tomcat-6.0.29/webapps/ROOT/WEB-INF/classes/portal-ext.properties

  1. liferaytips posted this

Blog comments powered by Disqus