Database

Ralf on February 18th, 2012

HSQLDB migration to MySQL is not out of the box supported by mysql. The MySQL Workbench can only handle with dumps made by other mysql server. HSQLDB Transfer Tool is no longer bundled with the standard hsqldb jar file in the 1.8.x or later releases. After downloading and building with ant hsqldbutil you get in [...]

Continue reading about Migrating HSQLDB to MySQL

The MySQL Workbench can nicely  generate a Entity Relationship model from your existing MySQL Database. After Installing click in the column labelled “Data Modelling” on the link below to “Create EER model from existing database”. Follow the wizard to have a generated diagram including your existing tables and their related information. Don’t forget to save the [...]

Continue reading about Generating MySQL Database Documentation for Confluence with MySQL Workbench Plugin