Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottyrichardson/olyn_database

Initializes databases. Creates database users. Configures user permissions. Imports SQL files. Part of the Olyn framework for Chef.
https://github.com/scottyrichardson/olyn_database

chef database-configuration debian mysql olyn

Last synced: about 1 month ago
JSON representation

Initializes databases. Creates database users. Configures user permissions. Imports SQL files. Part of the Olyn framework for Chef.

Awesome Lists containing this project

README

        

Olyn Database Recipe

### Importing SQL files
To Properly prepare an export from an existing database into a flat file the command is:

mysqldump -u root -p"ROOT_PASSWORD" --single-transaction --master-data --skip-add-locks --routines --triggers DATABASENAME > /path/to/export.sql