mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-03-14 11:42:09 +07:00
pass is deprecated in my.cnf
This commit is contained in:
@@ -4,5 +4,5 @@
|
|||||||
|
|
||||||
[client]
|
[client]
|
||||||
user=root
|
user=root
|
||||||
pass={{ mysql_root_password }}
|
password={{ mysql_root_password }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user