Skip to content

Commit

Permalink
fix: mysql_native_password only on 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed May 31, 2024
1 parent e474efe commit 2aeeb5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/mysql/my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ max_allowed_packet = ${MYSQL_MAX_ALLOWED_PACKET:-64M}
max_connections = 400
max_heap_table_size = 512M
myisam_recover_options = BACKUP
mysql_native_password = ON
optimizer_search_depth = 0
port = 3306
secure_file_priv = ""
Expand All @@ -43,4 +42,7 @@ tmpdir = /tmp
transaction_isolation = READ-COMMITTED
wait_timeout = ${MYSQL_WAIT_TIMEOUT:-28800}

[mysqld-8.4]
mysql_native_password = ON

!includedir /etc/mysql/conf.d

0 comments on commit 2aeeb5f

Please sign in to comment.