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

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 2 months 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