cdelgehier / ansible-role-XtraDB-Cluster

Other
29 stars 33 forks source link

Contribute fix for sqladmin password change problem with latest percona #7

Closed jfuqua closed 5 years ago

jfuqua commented 5 years ago

Basically I've found in the latest percona build when the role tries to change the root password it fails because the USER() function doesn't work. I've reworked it to do the same thing another way.