11 lines
371 B
Plaintext
Raw Normal View History

2016-02-16 16:36:47 -08:00
It is pretty easy to create all metadata tables in mysql client.
```
cd WhereHows/wherehows-data-model/DDL
mysql -hlocalhost -uwherehows -pwherehows -Dwherehows < create_all_tables_wrapper.sql
2016-02-16 16:36:47 -08:00
```
It is also fine to load each DDL files into a GUI client such as [DBeaver][DBV] or [Aqua Data Studio][ADS]
[DBV]: http://dbeaver.jkiss.org/
[ADS]: http://www.aquafold.com/