aboutsummaryrefslogtreecommitdiff
path: root/templates/user-my.cnf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user-my.cnf.j2')
-rw-r--r--templates/user-my.cnf.j215
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/user-my.cnf.j2 b/templates/user-my.cnf.j2
new file mode 100644
index 0000000..1a952e7
--- /dev/null
+++ b/templates/user-my.cnf.j2
@@ -0,0 +1,15 @@
+[client]
+user=root
+password="{{mariadb_root_passwd}}"
+
+[mysql]
+user=root
+password="{{mariadb_root_passwd}}"
+
+[mysqldump]
+user=root
+password="{{mariadb_root_passwd}}"
+
+[mysqldiff]
+user=root
+password="{{mariadb_root_passwd}}"