argouml-tigris-org.github.io

Web pages for the ArgoUML project.

This used to be located at http://argouml-sql.tigris.org.
Parsing Mysql DDL Script

Get a DDL script from Mysql / MariaDB

Use the following command to get the script DDL:
mysqldump --no-data -u user -p > file.sql

Script test with Version

  • 5.5

Example sakila

A Complete database can be found here : sakila-sample from code google Some changes are needed, like removing the views, datatype enum/set (Dump file here)

This page was last modified by $Author: elbedd $ on $Date: 2013-05-27 22:21:38 +0100 (mon., 27 may 2013) $.