From ffa2a169ea98fb54a29d90ca158059e79e2816ba Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Mon, 13 Nov 2017 16:50:55 -0700 Subject: initial commit --- templates/database/root/.my.cnf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/database/root/.my.cnf (limited to 'templates/database/root/.my.cnf') 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 }} -- cgit v1.3