add quotes to password in my.cnf
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
[client]
|
[client]
|
||||||
host=localhost
|
host=localhost
|
||||||
user={{ mariadb_root_username }}
|
user={{ mariadb_root_username }}
|
||||||
password={{ mariadb_root_password }}
|
password="{{ mariadb_root_password }}"
|
||||||
Reference in New Issue
Block a user