ansible-role-XtraDB-Cluster icon indicating copy to clipboard operation
ansible-role-XtraDB-Cluster copied to clipboard

Fix MySQL connection fail

Open xtavras opened this issue 5 years ago • 0 comments

  • fix mysql connection fail in ansible 2.7
"msg": "unable to connect to database, check login_user and login_password are correct or /root/.my.cnf has the credentials. Exception message: (1698, \"Access denied for user 'root'@'localhost'\")"}

more info [1]

  • renamed state ('installed' -> 'present') as it deprecated in coming ansible 2.9

[1] https://github.com/ansible/ansible/issues/47736

xtavras avatar May 07 '19 08:05 xtavras