- Since Hybris 5.0.2 version, MySQL connector is not shipped with Hybris Commerce Platform.
- You can download the file from https://dev.mysql.com/downloads/connector/j/.
- File name is: mysql-connector-java-5.1.23-bin.jar
- Place this jar file under
${HYBRIS_BIN_DIR}
/platform/lib/dbdriver directory.
- Modify local.properties file to point it to MySQL database.
# connection
db.url=jdbc:mysql://host:port/dbname?useConfigs=maxPerformance&characterEncoding=utf8
db.driver=com.mysql.jdbc.Driver
db.username=username
db.password=password
Like this:
Like Loading...
Related
it gives error when i initialize system
LikeLike