Skip to content

Fix: Passwort authentication plugin#189

Merged
mleutenegger merged 1 commit intosyntro-opensource:masterfrom
cotpat:patch-1
Jan 27, 2025
Merged

Fix: Passwort authentication plugin#189
mleutenegger merged 1 commit intosyntro-opensource:masterfrom
cotpat:patch-1

Conversation

@cotpat
Copy link
Copy Markdown
Contributor

@cotpat cotpat commented Jan 27, 2025

The mysql_native_password plugin was deprecated in 8.0.34, is disabled as of 8.4, and will be removed completely beginning from mySQL 9.0.

Due to the disabling, the plugin cannot be loaded using default-authentication-plugin and must instead be re-enabled using the --mysql-native-password=ON.

MySQL native password authentication changes. Beginning with MySQL 8.4.0, the deprecated mysql_native_password authentication plugin is no longer enabled by default. To enable it, start the server with --mysql-native-password=ON (added in MySQL 8.4.0), or by including mysql_native_password=ON in the [mysqld] section of your MySQL configuration file (added in MySQL 8.4.0).
Source

The `mysql_native_password` plugin was deprecated in 8.0.34, is disabled as of 8.4, and will be removed completely beginning from mySQL 9.0. 

Due to the disabling, the plugin cannot be loaded using `default-authentication-plugin` and must instead be re-enabled using the `--mysql-native-password=ON`.

> MySQL native password authentication changes.  Beginning with MySQL 8.4.0, the deprecated mysql_native_password authentication plugin is no longer enabled by default. To enable it, start the server with --mysql-native-password=ON (added in MySQL 8.4.0), or by including mysql_native_password=ON in the [mysqld] section of your MySQL configuration file (added in MySQL 8.4.0). 
[Source](https://dev.mysql.com/doc/refman/8.4/en/mysql-nutshell.html)
@mleutenegger mleutenegger merged commit d34a028 into syntro-opensource:master Jan 27, 2025
mleutenegger added a commit that referenced this pull request Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants