tutor icon indicating copy to clipboard operation
tutor copied to clipboard

feat: add `do` command to update the authentication plugin of MySQL users

Open Danyal-Faheem opened this issue 7 months ago • 1 comments

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.

Danyal-Faheem avatar Jul 18 '24 13:07 Danyal-Faheem