From acc2965258fb85aca1faf92ea8b65a25f964c8fa Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Tue, 1 Oct 2019 22:02:32 -0400 Subject: Initial --- templates/user-my.cnf.j2 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/user-my.cnf.j2 (limited to 'templates/user-my.cnf.j2') 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}}" -- cgit v1.2.3