ansible-role-XtraDB-Cluster
ansible-role-XtraDB-Cluster copied to clipboard
Fix MySQL connection fail
- 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