Skip to content

olyn-chef/olyn_database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages