diff options
Diffstat (limited to 'templates/database/root')
| -rw-r--r-- | templates/database/root/.my.cnf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/database/root/.my.cnf b/templates/database/root/.my.cnf new file mode 100644 index 0000000..269e0ba --- /dev/null +++ b/templates/database/root/.my.cnf @@ -0,0 +1,6 @@ +[mysql] +user=root +password={{ openbook_database_password }} +[mysqldump] +user=root +password={{ openbook_database_password }} |
