Skip to content

Commit

Permalink
fix: Use authentication_policy to specify default auth plugin for MyS…
Browse files Browse the repository at this point in the history
…QL 8.4 (vitessio#16426)

Signed-off-by: Siddharth Kannan <mail@siddharthkannan.in>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
icyflame authored and frouioui committed Jul 19, 2024
1 parent efd48d7 commit e706305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mycnf/mysql84.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mysqlx = 0
# 8.4 changes the default auth-plugin to caching_sha2_password and
# disables mysql_native_password by default.
mysql_native_password = ON
default_authentication_plugin = mysql_native_password
authentication_policy = 'mysql_native_password'

# Semi-sync replication is required for automated unplanned failover
# (when the primary goes away). Here we just load the plugin so it's
Expand Down

0 comments on commit e706305

Please sign in to comment.