roles/mariadb: Remove login_unix_socket from .my.cnf
It is causing an error at client runtime.
This commit is contained in:
@ -1,4 +1,3 @@
|
|||||||
[client]
|
[client]
|
||||||
user=root
|
user=root
|
||||||
password='{{ mariadb_root_password }}'
|
password='{{ mariadb_root_password }}'
|
||||||
login_unix_socket='{{ mariadb_login_unix_socket }}'
|
|
||||||
|
Reference in New Issue
Block a user