add quotes to password in my.cnf

This commit is contained in:
2025-09-19 15:59:02 +02:00
parent 6cf0422c61
commit c8432c0507

View File

@@ -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 }}"