Ecosyste.ms: Awesome
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 1 month ago
JSON representation
Initializes databases. Creates database users. Configures user permissions. Imports SQL files. Part of the Olyn framework for Chef.
- Host: GitHub
- URL: https://github.com/scottyrichardson/olyn_database
- Owner: scottyrichardson
- Created: 2022-11-07T23:20:27.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-07T23:20:37.000Z (over 2 years ago)
- Last Synced: 2024-12-15T16:45:45.605Z (about 2 months ago)
- Topics: chef, database-configuration, debian, mysql, olyn
- Language: Ruby
- Homepage: http://olyn.richardson.is/
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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