Skip to content

Commit

Permalink
mysql-client: fix add authentication plugins in [email protected]
Browse files Browse the repository at this point in the history
This adds the `-DWITH_AUTHENTICATION_CLIENT_PLUGINS=yes` flag to add
support for older MySQL authentication methods. This support was in the
default build prior to MySQL 9.0, but were dropped with that release.
Closes Homebrew#180498
  • Loading branch information
cswingler committed Aug 20, 2024
1 parent dd3eea2 commit 0dc3ffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/m/mysql-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def install
-DINSTALL_INFODIR=share/info
-DINSTALL_MANDIR=share/man
-DINSTALL_MYSQLSHAREDIR=share/mysql
-DWITH_AUTHENTICATION_CLIENT_PLUGINS=yes
-DWITH_BOOST=boost
-DWITH_EDITLINE=system
-DWITH_FIDO=system
Expand Down

0 comments on commit 0dc3ffd

Please sign in to comment.