tutor
tutor copied to clipboard
feat: add `do` command to update the authentication plugin of MySQL users
closes #1095
This PR is a continuation of the issue mentioned in #1089.
- Add a do command to update the authentication plugin of MySQL users from mysql_native_password to caching_sha2_password.
- Includes a
--users
option to specify only certain users to update the authentication plugin of. - Also add a check on the
--mysql-native-password=ON
flag to only use it when we are using MySQL 8.4 or higher.