Try fix galera
parent
9481d1b988
commit
14308847ef
|
@ -4,4 +4,8 @@
|
||||||
|
|
||||||
[client]
|
[client]
|
||||||
user=root
|
user=root
|
||||||
|
{% if mysql_vendor == 'mariadb_galera' %}
|
||||||
password="{{ mysql_root_password }}"
|
password="{{ mysql_root_password }}"
|
||||||
|
{% else %}
|
||||||
|
password={{ mysql_root_password }}
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue