ansible-role-mysql icon indicating copy to clipboard operation
ansible-role-mysql copied to clipboard

Support MySQL 8.4

Open exileed opened this issue 1 year ago • 2 comments
trafficstars

I've changed the method for resetting the root user password in MySQL 8+ since mysql_native_password is no longer enabled by default. Link https://dev.mysql.com/doc/refman/8.4/en/native-pluggable-authentication.html

Now, versions of MySQL 8.* are correctly identified.

exileed avatar Aug 18 '24 22:08 exileed

Hi Guys,

thanks for your awsome work. i would appreciate if this got released in near future :) I´ve successully tested with mysql 8.4 and ubuntu 24.04.

Let me know if i can assist.

Cheers Tim

tmace85 avatar Oct 17 '24 19:10 tmace85

We also need to add mysql_native_password=ON config for version 8.4, if this config missing, when you grant privilege "*.*:ALL", you will encounter Plugin 'mysql_native_password' is not loaded error But maybe we need other workaround, because this will be removed in version 9

GitHanter avatar Nov 19 '24 06:11 GitHanter