Friday, November 29, 2013

Liferay Mysql Configuration

Steps to Configure mysql DB to liferay 

  • Goto mysql server and cerate a empty database
  • Now goto <liferay server>/
  • Create a file with name portal-ext.properties
  • Add the below lines to the file.
  • # MySQljdbc.default.driverClassName=com.mysql.jdbc.Driver

    jdbc.default.url=jdbc:mysql://localhost/<DB Name >?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false

    jdbc.default.username=
jdbc.default.password=
  • Start the server and you can see that liferay is configured to the mysql DB 

No comments:

Post a Comment

How to build an AI Agent

  Agents are the most valuable skill in AI and product right now. So why not build one? Here's how: ๐’๐ญ๐ž๐ฉ ๐Ÿ: ๐ƒ๐ž๐Ÿ๐ข๐ง๐ž ๐š ๐ฌ๐ฒ๐ฌ...