This repository was archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
MySQL Cheat Sheet
zazi edited this page Oct 7, 2014
·
9 revisions
Currently, MySQL is choosen for providing the metadata repository.
The figure below is produced with SchemaSpy (that may be used to create interactive pages to visualize and explore the database schema).
See Server Install for initializing or resetting the database.
to create a data dump, run the command
mysqldump -udmp -pdmp --no-create-info --no-create-db --skip-triggers --skip-create-options --skip-add-drop-table --skip-lock-tables --skip-add-locks -B dmp > dswarm_dump.sql
Hint: remember to use correct user name, password and database name (see also setup mysql).
- Overview
- misc
- Graph Data Model
- Server-Installation (Productive Environment)
- Maintenance
- HowTos
- Use Cases