News

You need to make sure you have MySQL set up for remote connections (See: ... The first thing to do is create a database (aka Schema). Open MySQL Workbench and connect to your database server.
The MySQL workbench executes the required SQL statement under the covers, and the schema is listed in the tool. With the schema created, you can now provide any JDBC drivers, Hibernate config or JPA ...