My current Database properties are as follows:
I want my Database to be MySQL
. Can someone please guide me how to change the properties so it gets saved in MySQL
.
I have installed MySQL
on my Mac OSX
. The Username is Root12
and password is xxx
this should work:
Well, you just need to replace all the properties appropriately:
com.mysql.jdbc.Driver
jdbc:mysql://host:3306/databaseName
This is the basic configuration