Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jun 10, 2024
1 parent 9fd8ac4 commit ef960f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/mysql-yum/conf/my8.2.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default-character-set = UTF8MB4
[mysqld]
!include {$SERVER_APP_PATH}/etc/mode/classic.cnf

authentication_policy=mysql_native_password
authentication_policy=caching_sha2_password
pid-file = {$SERVER_APP_PATH}/data/mysql.pid
user = mysql
port = 33206
Expand Down
2 changes: 1 addition & 1 deletion plugins/mysql-yum/conf/my8.3.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default-character-set = UTF8MB4
[mysqld]
!include {$SERVER_APP_PATH}/etc/mode/classic.cnf

authentication_policy=mysql_native_password
authentication_policy=caching_sha2_password
pid-file = {$SERVER_APP_PATH}/data/mysql.pid
user = mysql
port = 33206
Expand Down

0 comments on commit ef960f9

Please sign in to comment.