Configuring Hybris e-Commerce Platform with MySql Server 5.6
Embark on a journey to elevate your e-commerce experience by configuring the Hybris platform with the robust MySql Server 5.6, a seamless process that unlocks a world of possibilities for online retailers. With a few straightforward steps, you can ditch the default HSQLDB and harness the power of MySql to drive your digital storefront. From installation to initialization, discover how to effortlessly integrate MySql into your Hybris ecosystem and take your business to the next level.

- Install MySql Server 5.6 (or any other version) from here.
- Create db for use with Hybris i.e. hybris56.
- Create a non-root user i.e. dbadmin.
- Stop Tomcat Server.
- Open C:\work\hybris\bin\platform (your folder path might be different) using a text editor and disable HSQLDB settings, as can be seen in the image below:

- Enable MySql settings and replace the highlighted fields with your values:

- Download the connector .jar file from here, unzip it and put it in folder C:\work\hybris\bin\platform\lib\dbdriver (your folder path might be different):

- Start Tomcat.
- If all goes well then go to hMC and initialize the database.
- Once the initialization is complete, you are a good to go.


I do not think you should change anything in the project.properties file in platorm. You should do that in config/local.properties file.
Hi Vishnu, I agree with you, as thats how it should be approached. However, it was not picking up my changes from the local file!
Thank you.
You are welcome Erhan :-)