First commit
This commit is contained in:
12
roles/mariadb/templates/debian.cnf.j2
Normal file
12
roles/mariadb/templates/debian.cnf.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
# Automatically generated for Debian scripts. DO NOT TOUCH!
|
||||
[client]
|
||||
host = localhost
|
||||
user = root
|
||||
password = {{ mariadb_root_pass }}
|
||||
socket = /var/run/mysqld/mysqld.sock
|
||||
[mysql_upgrade]
|
||||
host = localhost
|
||||
user = root
|
||||
password = {{ mariadb_root_pass }}
|
||||
socket = /var/run/mysqld/mysqld.sock
|
||||
basedir = /usr
|
3
roles/mariadb/templates/dot.my.cnf.j2
Normal file
3
roles/mariadb/templates/dot.my.cnf.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
[client]
|
||||
user = root
|
||||
password = {{ mariadb_root_pass }}
|
Reference in New Issue
Block a user