From acb31a5297eddacdcf82c2880e124a24464d2191 Mon Sep 17 00:00:00 2001 From: Bear Date: Thu, 21 Aug 2025 03:26:00 -0500 Subject: [PATCH 1/5] create archived folder and august release bundle --- .gitignore | 2 + bin/{ => archived}/mysql8.0.42/bearsampp.conf | 0 .../mysql8.0.42}/init.bat | 0 bin/{ => archived}/mysql8.0.42/my.ini | 0 bin/{ => archived}/mysql8.0.42/my.ini.ber | 0 bin/{ => archived}/mysql8.3.0/bearsampp.conf | 0 .../mysql8.3.0}/init.bat | 0 bin/{ => archived}/mysql8.3.0/my.ini | 0 bin/{ => archived}/mysql8.3.0/my.ini.ber | 0 bin/mysql5.7.39/init.bat | 3 - bin/mysql5.7.39/my.ini | 53 ------------------ bin/mysql5.7.39/my.ini.ber | 53 ------------------ bin/mysql8.0.27/init.bat | 3 - bin/mysql8.0.29/bearsampp.conf | 10 ---- bin/mysql8.0.29/init.bat | 3 - bin/mysql8.0.29/my.ini | 55 ------------------- bin/mysql8.0.29/my.ini.ber | 55 ------------------- bin/mysql8.0.30/bearsampp.conf | 10 ---- bin/mysql8.0.31/bearsampp.conf | 10 ---- bin/mysql8.0.31/my.ini | 55 ------------------- bin/mysql8.0.31/my.ini.ber | 55 ------------------- bin/mysql8.0.32/bearsampp.conf | 10 ---- bin/mysql8.0.32/my.ini | 55 ------------------- bin/mysql8.0.32/my.ini.ber | 55 ------------------- bin/mysql8.0.33/bearsampp.conf | 10 ---- bin/mysql8.0.33/my.ini | 55 ------------------- bin/mysql8.0.33/my.ini.ber | 55 ------------------- bin/mysql8.0.36/bearsampp.conf | 10 ---- bin/mysql8.0.36/init.bat | 3 - bin/mysql8.0.36/my.ini | 55 ------------------- bin/mysql8.0.36/my.ini.ber | 55 ------------------- bin/mysql8.0.37/bearsampp.conf | 10 ---- bin/mysql8.0.37/init.bat | 3 - bin/mysql8.0.37/my.ini | 55 ------------------- bin/mysql8.0.37/my.ini.ber | 55 ------------------- bin/mysql8.0.41/bearsampp.conf | 10 ---- bin/mysql8.0.41/init.bat | 3 - bin/mysql8.0.41/my.ini | 55 ------------------- bin/mysql8.0.41/my.ini.ber | 55 ------------------- bin/mysql8.0.42/init.bat | 3 - bin/mysql8.3.0/init.bat | 3 - .../bearsampp.conf | 2 +- bin/{mysql8.0.32 => mysql8.4.6}/init.bat | 0 bin/{mysql8.0.27 => mysql8.4.6}/my.ini | 6 +- bin/{mysql8.0.30 => mysql8.4.6}/my.ini.ber | 6 +- .../bearsampp.conf | 2 +- bin/{mysql8.0.33 => mysql9.4.0}/init.bat | 0 bin/{mysql8.0.30 => mysql9.4.0}/my.ini | 10 ++-- bin/{mysql8.0.27 => mysql9.4.0}/my.ini.ber | 10 ++-- build.properties | 2 +- releases.properties | 2 + 51 files changed, 23 insertions(+), 999 deletions(-) rename bin/{ => archived}/mysql8.0.42/bearsampp.conf (100%) rename bin/{mysql8.0.30 => archived/mysql8.0.42}/init.bat (100%) rename bin/{ => archived}/mysql8.0.42/my.ini (100%) rename bin/{ => archived}/mysql8.0.42/my.ini.ber (100%) rename bin/{ => archived}/mysql8.3.0/bearsampp.conf (100%) rename bin/{mysql8.0.31 => archived/mysql8.3.0}/init.bat (100%) rename bin/{ => archived}/mysql8.3.0/my.ini (100%) rename bin/{ => archived}/mysql8.3.0/my.ini.ber (100%) delete mode 100644 bin/mysql5.7.39/init.bat delete mode 100644 bin/mysql5.7.39/my.ini delete mode 100644 bin/mysql5.7.39/my.ini.ber delete mode 100644 bin/mysql8.0.27/init.bat delete mode 100644 bin/mysql8.0.29/bearsampp.conf delete mode 100644 bin/mysql8.0.29/init.bat delete mode 100644 bin/mysql8.0.29/my.ini delete mode 100644 bin/mysql8.0.29/my.ini.ber delete mode 100644 bin/mysql8.0.30/bearsampp.conf delete mode 100644 bin/mysql8.0.31/bearsampp.conf delete mode 100644 bin/mysql8.0.31/my.ini delete mode 100644 bin/mysql8.0.31/my.ini.ber delete mode 100644 bin/mysql8.0.32/bearsampp.conf delete mode 100644 bin/mysql8.0.32/my.ini delete mode 100644 bin/mysql8.0.32/my.ini.ber delete mode 100644 bin/mysql8.0.33/bearsampp.conf delete mode 100644 bin/mysql8.0.33/my.ini delete mode 100644 bin/mysql8.0.33/my.ini.ber delete mode 100644 bin/mysql8.0.36/bearsampp.conf delete mode 100644 bin/mysql8.0.36/init.bat delete mode 100644 bin/mysql8.0.36/my.ini delete mode 100644 bin/mysql8.0.36/my.ini.ber delete mode 100644 bin/mysql8.0.37/bearsampp.conf delete mode 100644 bin/mysql8.0.37/init.bat delete mode 100644 bin/mysql8.0.37/my.ini delete mode 100644 bin/mysql8.0.37/my.ini.ber delete mode 100644 bin/mysql8.0.41/bearsampp.conf delete mode 100644 bin/mysql8.0.41/init.bat delete mode 100644 bin/mysql8.0.41/my.ini delete mode 100644 bin/mysql8.0.41/my.ini.ber delete mode 100644 bin/mysql8.0.42/init.bat delete mode 100644 bin/mysql8.3.0/init.bat rename bin/{mysql5.7.39 => mysql8.4.6}/bearsampp.conf (89%) rename bin/{mysql8.0.32 => mysql8.4.6}/init.bat (100%) rename bin/{mysql8.0.27 => mysql8.4.6}/my.ini (85%) rename bin/{mysql8.0.30 => mysql8.4.6}/my.ini.ber (85%) rename bin/{mysql8.0.27 => mysql9.4.0}/bearsampp.conf (89%) rename bin/{mysql8.0.33 => mysql9.4.0}/init.bat (100%) rename bin/{mysql8.0.30 => mysql9.4.0}/my.ini (81%) rename bin/{mysql8.0.27 => mysql9.4.0}/my.ini.ber (81%) diff --git a/.gitignore b/.gitignore index 207bc8a..75cea2b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,7 @@ # ignore "current" directories /**/current +.qodo + # Qodo /.qodo diff --git a/bin/mysql8.0.42/bearsampp.conf b/bin/archived/mysql8.0.42/bearsampp.conf similarity index 100% rename from bin/mysql8.0.42/bearsampp.conf rename to bin/archived/mysql8.0.42/bearsampp.conf diff --git a/bin/mysql8.0.30/init.bat b/bin/archived/mysql8.0.42/init.bat similarity index 100% rename from bin/mysql8.0.30/init.bat rename to bin/archived/mysql8.0.42/init.bat diff --git a/bin/mysql8.0.42/my.ini b/bin/archived/mysql8.0.42/my.ini similarity index 100% rename from bin/mysql8.0.42/my.ini rename to bin/archived/mysql8.0.42/my.ini diff --git a/bin/mysql8.0.42/my.ini.ber b/bin/archived/mysql8.0.42/my.ini.ber similarity index 100% rename from bin/mysql8.0.42/my.ini.ber rename to bin/archived/mysql8.0.42/my.ini.ber diff --git a/bin/mysql8.3.0/bearsampp.conf b/bin/archived/mysql8.3.0/bearsampp.conf similarity index 100% rename from bin/mysql8.3.0/bearsampp.conf rename to bin/archived/mysql8.3.0/bearsampp.conf diff --git a/bin/mysql8.0.31/init.bat b/bin/archived/mysql8.3.0/init.bat similarity index 100% rename from bin/mysql8.0.31/init.bat rename to bin/archived/mysql8.3.0/init.bat diff --git a/bin/mysql8.3.0/my.ini b/bin/archived/mysql8.3.0/my.ini similarity index 100% rename from bin/mysql8.3.0/my.ini rename to bin/archived/mysql8.3.0/my.ini diff --git a/bin/mysql8.3.0/my.ini.ber b/bin/archived/mysql8.3.0/my.ini.ber similarity index 100% rename from bin/mysql8.3.0/my.ini.ber rename to bin/archived/mysql8.3.0/my.ini.ber diff --git a/bin/mysql5.7.39/init.bat b/bin/mysql5.7.39/init.bat deleted file mode 100644 index a9c3469..0000000 --- a/bin/mysql5.7.39/init.bat +++ /dev/null @@ -1,3 +0,0 @@ -@ECHO OFF - -%~dp0bin\mysqld.exe --initialize-insecure diff --git a/bin/mysql5.7.39/my.ini b/bin/mysql5.7.39/my.ini deleted file mode 100644 index 0e6ed83..0000000 --- a/bin/mysql5.7.39/my.ini +++ /dev/null @@ -1,53 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql5.7.39 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql5.7.39/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql5.7.39/my.ini.ber b/bin/mysql5.7.39/my.ini.ber deleted file mode 100644 index 0e6ed83..0000000 --- a/bin/mysql5.7.39/my.ini.ber +++ /dev/null @@ -1,53 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql5.7.39 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql5.7.39/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.27/init.bat b/bin/mysql8.0.27/init.bat deleted file mode 100644 index a9c3469..0000000 --- a/bin/mysql8.0.27/init.bat +++ /dev/null @@ -1,3 +0,0 @@ -@ECHO OFF - -%~dp0bin\mysqld.exe --initialize-insecure diff --git a/bin/mysql8.0.29/bearsampp.conf b/bin/mysql8.0.29/bearsampp.conf deleted file mode 100644 index d16ecc9..0000000 --- a/bin/mysql8.0.29/bearsampp.conf +++ /dev/null @@ -1,10 +0,0 @@ -mysqlVersion = "8.0.29" -mysqlExe = "bin/mysqld.exe" -mysqlCliExe = "bin/mysql.exe" -mysqlAdmin = "bin/mysqladmin.exe" -mysqlConf = "my.ini" -mysqlPort = "3306" -mysqlRootUser = "root" -mysqlRootPwd = "" - -bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/mysql8.0.29/init.bat b/bin/mysql8.0.29/init.bat deleted file mode 100644 index a9c3469..0000000 --- a/bin/mysql8.0.29/init.bat +++ /dev/null @@ -1,3 +0,0 @@ -@ECHO OFF - -%~dp0bin\mysqld.exe --initialize-insecure diff --git a/bin/mysql8.0.29/my.ini b/bin/mysql8.0.29/my.ini deleted file mode 100644 index bafc988..0000000 --- a/bin/mysql8.0.29/my.ini +++ /dev/null @@ -1,55 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.29 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.29/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -character-set-server=UTF8MB4 - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.29/my.ini.ber b/bin/mysql8.0.29/my.ini.ber deleted file mode 100644 index bafc988..0000000 --- a/bin/mysql8.0.29/my.ini.ber +++ /dev/null @@ -1,55 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.29 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.29/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -character-set-server=UTF8MB4 - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.30/bearsampp.conf b/bin/mysql8.0.30/bearsampp.conf deleted file mode 100644 index b37501d..0000000 --- a/bin/mysql8.0.30/bearsampp.conf +++ /dev/null @@ -1,10 +0,0 @@ -mysqlVersion = "8.0.30" -mysqlExe = "bin/mysqld.exe" -mysqlCliExe = "bin/mysql.exe" -mysqlAdmin = "bin/mysqladmin.exe" -mysqlConf = "my.ini" -mysqlPort = "3306" -mysqlRootUser = "root" -mysqlRootPwd = "" - -bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/mysql8.0.31/bearsampp.conf b/bin/mysql8.0.31/bearsampp.conf deleted file mode 100644 index 7b06861..0000000 --- a/bin/mysql8.0.31/bearsampp.conf +++ /dev/null @@ -1,10 +0,0 @@ -mysqlVersion = "8.0.31" -mysqlExe = "bin/mysqld.exe" -mysqlCliExe = "bin/mysql.exe" -mysqlAdmin = "bin/mysqladmin.exe" -mysqlConf = "my.ini" -mysqlPort = "3306" -mysqlRootUser = "root" -mysqlRootPwd = "" - -bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/mysql8.0.31/my.ini b/bin/mysql8.0.31/my.ini deleted file mode 100644 index 52baee1..0000000 --- a/bin/mysql8.0.31/my.ini +++ /dev/null @@ -1,55 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.31 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.31/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -character-set-server=UTF8MB4 - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.31/my.ini.ber b/bin/mysql8.0.31/my.ini.ber deleted file mode 100644 index 52baee1..0000000 --- a/bin/mysql8.0.31/my.ini.ber +++ /dev/null @@ -1,55 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.31 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.31/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -character-set-server=UTF8MB4 - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.32/bearsampp.conf b/bin/mysql8.0.32/bearsampp.conf deleted file mode 100644 index 943b76b..0000000 --- a/bin/mysql8.0.32/bearsampp.conf +++ /dev/null @@ -1,10 +0,0 @@ -mysqlVersion = "8.0.32" -mysqlExe = "bin/mysqld.exe" -mysqlCliExe = "bin/mysql.exe" -mysqlAdmin = "bin/mysqladmin.exe" -mysqlConf = "my.ini" -mysqlPort = "3306" -mysqlRootUser = "root" -mysqlRootPwd = "" - -bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/mysql8.0.32/my.ini b/bin/mysql8.0.32/my.ini deleted file mode 100644 index fcbec53..0000000 --- a/bin/mysql8.0.32/my.ini +++ /dev/null @@ -1,55 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.32 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.32/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -character-set-server=UTF8MB4 - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.32/my.ini.ber b/bin/mysql8.0.32/my.ini.ber deleted file mode 100644 index fcbec53..0000000 --- a/bin/mysql8.0.32/my.ini.ber +++ /dev/null @@ -1,55 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.32 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.32/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -character-set-server=UTF8MB4 - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.33/bearsampp.conf b/bin/mysql8.0.33/bearsampp.conf deleted file mode 100644 index f71b726..0000000 --- a/bin/mysql8.0.33/bearsampp.conf +++ /dev/null @@ -1,10 +0,0 @@ -mysqlVersion = "8.0.33" -mysqlExe = "bin/mysqld.exe" -mysqlCliExe = "bin/mysql.exe" -mysqlAdmin = "bin/mysqladmin.exe" -mysqlConf = "my.ini" -mysqlPort = "3306" -mysqlRootUser = "root" -mysqlRootPwd = "" - -bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/mysql8.0.33/my.ini b/bin/mysql8.0.33/my.ini deleted file mode 100644 index c9306f2..0000000 --- a/bin/mysql8.0.33/my.ini +++ /dev/null @@ -1,55 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.33 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.33/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -character-set-server=UTF8MB4 - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.33/my.ini.ber b/bin/mysql8.0.33/my.ini.ber deleted file mode 100644 index c9306f2..0000000 --- a/bin/mysql8.0.33/my.ini.ber +++ /dev/null @@ -1,55 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.33 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.33/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -character-set-server=UTF8MB4 - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.36/bearsampp.conf b/bin/mysql8.0.36/bearsampp.conf deleted file mode 100644 index 7d3c002..0000000 --- a/bin/mysql8.0.36/bearsampp.conf +++ /dev/null @@ -1,10 +0,0 @@ -mysqlVersion = "8.0.36" -mysqlExe = "bin/mysqld.exe" -mysqlCliExe = "bin/mysql.exe" -mysqlAdmin = "bin/mysqladmin.exe" -mysqlConf = "my.ini" -mysqlPort = "3306" -mysqlRootUser = "root" -mysqlRootPwd = "" - -bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/mysql8.0.36/init.bat b/bin/mysql8.0.36/init.bat deleted file mode 100644 index b114f48..0000000 --- a/bin/mysql8.0.36/init.bat +++ /dev/null @@ -1,3 +0,0 @@ -@ECHO OFF - -%~dp0bin\mysqld.exe --initialize-insecure diff --git a/bin/mysql8.0.36/my.ini b/bin/mysql8.0.36/my.ini deleted file mode 100644 index 64b36be..0000000 --- a/bin/mysql8.0.36/my.ini +++ /dev/null @@ -1,55 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.36 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.36/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -character-set-server=UTF8MB4 - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.36/my.ini.ber b/bin/mysql8.0.36/my.ini.ber deleted file mode 100644 index 64b36be..0000000 --- a/bin/mysql8.0.36/my.ini.ber +++ /dev/null @@ -1,55 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.36 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.36/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -character-set-server=UTF8MB4 - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.37/bearsampp.conf b/bin/mysql8.0.37/bearsampp.conf deleted file mode 100644 index 6f0f86b..0000000 --- a/bin/mysql8.0.37/bearsampp.conf +++ /dev/null @@ -1,10 +0,0 @@ -mysqlVersion = "8.0.37" -mysqlExe = "bin/mysqld.exe" -mysqlCliExe = "bin/mysql.exe" -mysqlAdmin = "bin/mysqladmin.exe" -mysqlConf = "my.ini" -mysqlPort = "3306" -mysqlRootUser = "root" -mysqlRootPwd = "" - -bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/mysql8.0.37/init.bat b/bin/mysql8.0.37/init.bat deleted file mode 100644 index b114f48..0000000 --- a/bin/mysql8.0.37/init.bat +++ /dev/null @@ -1,3 +0,0 @@ -@ECHO OFF - -%~dp0bin\mysqld.exe --initialize-insecure diff --git a/bin/mysql8.0.37/my.ini b/bin/mysql8.0.37/my.ini deleted file mode 100644 index 50981b1..0000000 --- a/bin/mysql8.0.37/my.ini +++ /dev/null @@ -1,55 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.37 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.37/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -character-set-server=UTF8MB4 - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.37/my.ini.ber b/bin/mysql8.0.37/my.ini.ber deleted file mode 100644 index 50981b1..0000000 --- a/bin/mysql8.0.37/my.ini.ber +++ /dev/null @@ -1,55 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.37 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.37/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -character-set-server=UTF8MB4 - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.41/bearsampp.conf b/bin/mysql8.0.41/bearsampp.conf deleted file mode 100644 index 0b78ab0..0000000 --- a/bin/mysql8.0.41/bearsampp.conf +++ /dev/null @@ -1,10 +0,0 @@ -mysqlVersion = "8.0.41" -mysqlExe = "bin/mysqld.exe" -mysqlCliExe = "bin/mysql.exe" -mysqlAdmin = "bin/mysqladmin.exe" -mysqlConf = "my.ini" -mysqlPort = "3306" -mysqlRootUser = "root" -mysqlRootPwd = "" - -bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/mysql8.0.41/init.bat b/bin/mysql8.0.41/init.bat deleted file mode 100644 index b114f48..0000000 --- a/bin/mysql8.0.41/init.bat +++ /dev/null @@ -1,3 +0,0 @@ -@ECHO OFF - -%~dp0bin\mysqld.exe --initialize-insecure diff --git a/bin/mysql8.0.41/my.ini b/bin/mysql8.0.41/my.ini deleted file mode 100644 index 5056d14..0000000 --- a/bin/mysql8.0.41/my.ini +++ /dev/null @@ -1,55 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.41 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.41/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -character-set-server=UTF8MB4 - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.41/my.ini.ber b/bin/mysql8.0.41/my.ini.ber deleted file mode 100644 index 5056d14..0000000 --- a/bin/mysql8.0.41/my.ini.ber +++ /dev/null @@ -1,55 +0,0 @@ -[client] -port = 3306 -socket = /tmp/mysql.sock - -[mysqld] -port = 3306 -socket = ~BEARSAMPP_LIN_PATH~/tmp/mysql.sock -key_buffer_size = 16M -max_allowed_packet = 1M - -sort_buffer_size = 512K -net_buffer_length = 8K -read_buffer_size = 256K -read_rnd_buffer_size = 512K -myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.41 -log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.41/data - -skip-federated - -server-id = 1 - -innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M -innodb_log_buffer_size = 8M -#innodb_flush_log_at_trx_commit = 1 -#innodb_lock_wait_timeout = 50 - -sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -character-set-server=UTF8MB4 - -[mysqldump] -quick -max_allowed_packet = 16M - -[mysql] -no-auto-rehash -#safe-updates - -[isamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[myisamchk] -key_buffer_size = 20M -sort_buffer_size = 20M -read_buffer = 2M -write_buffer = 2M - -[mysqlhotcopy] -interactive-timeout diff --git a/bin/mysql8.0.42/init.bat b/bin/mysql8.0.42/init.bat deleted file mode 100644 index b114f48..0000000 --- a/bin/mysql8.0.42/init.bat +++ /dev/null @@ -1,3 +0,0 @@ -@ECHO OFF - -%~dp0bin\mysqld.exe --initialize-insecure diff --git a/bin/mysql8.3.0/init.bat b/bin/mysql8.3.0/init.bat deleted file mode 100644 index b114f48..0000000 --- a/bin/mysql8.3.0/init.bat +++ /dev/null @@ -1,3 +0,0 @@ -@ECHO OFF - -%~dp0bin\mysqld.exe --initialize-insecure diff --git a/bin/mysql5.7.39/bearsampp.conf b/bin/mysql8.4.6/bearsampp.conf similarity index 89% rename from bin/mysql5.7.39/bearsampp.conf rename to bin/mysql8.4.6/bearsampp.conf index 375dd71..462fbad 100644 --- a/bin/mysql5.7.39/bearsampp.conf +++ b/bin/mysql8.4.6/bearsampp.conf @@ -1,4 +1,4 @@ -mysqlVersion = "5.7.39" +mysqlVersion = "8.4.6" mysqlExe = "bin/mysqld.exe" mysqlCliExe = "bin/mysql.exe" mysqlAdmin = "bin/mysqladmin.exe" diff --git a/bin/mysql8.0.32/init.bat b/bin/mysql8.4.6/init.bat similarity index 100% rename from bin/mysql8.0.32/init.bat rename to bin/mysql8.4.6/init.bat diff --git a/bin/mysql8.0.27/my.ini b/bin/mysql8.4.6/my.ini similarity index 85% rename from bin/mysql8.0.27/my.ini rename to bin/mysql8.4.6/my.ini index a4bbd61..f335e8a 100644 --- a/bin/mysql8.0.27/my.ini +++ b/bin/mysql8.4.6/my.ini @@ -13,9 +13,9 @@ net_buffer_length = 8K read_buffer_size = 256K read_rnd_buffer_size = 512K myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.27 +basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.4.6 log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.27/data +datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.4.6/data skip-federated @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password +mysql-native-password=ON character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql8.0.30/my.ini.ber b/bin/mysql8.4.6/my.ini.ber similarity index 85% rename from bin/mysql8.0.30/my.ini.ber rename to bin/mysql8.4.6/my.ini.ber index 3de5391..b7fb12a 100644 --- a/bin/mysql8.0.30/my.ini.ber +++ b/bin/mysql8.4.6/my.ini.ber @@ -13,9 +13,9 @@ net_buffer_length = 8K read_buffer_size = 256K read_rnd_buffer_size = 512K myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.30 +basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.4.6 log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.30/data +datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.4.6/data skip-federated @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password + mysql-native-password=ON character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql8.0.27/bearsampp.conf b/bin/mysql9.4.0/bearsampp.conf similarity index 89% rename from bin/mysql8.0.27/bearsampp.conf rename to bin/mysql9.4.0/bearsampp.conf index fa7b606..bbff112 100644 --- a/bin/mysql8.0.27/bearsampp.conf +++ b/bin/mysql9.4.0/bearsampp.conf @@ -1,4 +1,4 @@ -mysqlVersion = "8.0.27" +mysqlVersion = "9.4.0" mysqlExe = "bin/mysqld.exe" mysqlCliExe = "bin/mysql.exe" mysqlAdmin = "bin/mysqladmin.exe" diff --git a/bin/mysql8.0.33/init.bat b/bin/mysql9.4.0/init.bat similarity index 100% rename from bin/mysql8.0.33/init.bat rename to bin/mysql9.4.0/init.bat diff --git a/bin/mysql8.0.30/my.ini b/bin/mysql9.4.0/my.ini similarity index 81% rename from bin/mysql8.0.30/my.ini rename to bin/mysql9.4.0/my.ini index 3de5391..844bddc 100644 --- a/bin/mysql8.0.30/my.ini +++ b/bin/mysql9.4.0/my.ini @@ -13,22 +13,22 @@ net_buffer_length = 8K read_buffer_size = 256K read_rnd_buffer_size = 512K myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.30 +basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql9.4.0 log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.30/data +datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql9.4.0/data -skip-federated +# skip-federated server-id = 1 innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M +# innodb_log_file_size = 5M innodb_log_buffer_size = 8M #innodb_flush_log_at_trx_commit = 1 #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password +#default_authentication_plugin=mysql_native_password character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql8.0.27/my.ini.ber b/bin/mysql9.4.0/my.ini.ber similarity index 81% rename from bin/mysql8.0.27/my.ini.ber rename to bin/mysql9.4.0/my.ini.ber index a4bbd61..844bddc 100644 --- a/bin/mysql8.0.27/my.ini.ber +++ b/bin/mysql9.4.0/my.ini.ber @@ -13,22 +13,22 @@ net_buffer_length = 8K read_buffer_size = 256K read_rnd_buffer_size = 512K myisam_sort_buffer_size = 8M -basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.27 +basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql9.4.0 log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log -datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.0.27/data +datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql9.4.0/data -skip-federated +# skip-federated server-id = 1 innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M +# innodb_log_file_size = 5M innodb_log_buffer_size = 8M #innodb_flush_log_at_trx_commit = 1 #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password +#default_authentication_plugin=mysql_native_password character-set-server=UTF8MB4 [mysqldump] diff --git a/build.properties b/build.properties index a5aad6f..92fe817 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = mysql -bundle.release = 2025.4.18 +bundle.release = 2025.8.21 bundle.type = bins bundle.format = 7z diff --git a/releases.properties b/releases.properties index bda2800..f145913 100644 --- a/releases.properties +++ b/releases.properties @@ -15,7 +15,9 @@ 8.4.3 = https://github.com/Bearsampp/module-mysql/releases/download/2024.10.31/bearsampp-mysql-8.4.3-2024.10.31.7z 8.4.4 = https://github.com/Bearsampp/module-mysql/releases/download/2025.1.23/bearsampp-mysql-8.4.4-2025.1.23.7z 8.4.5 = https://github.com/Bearsampp/module-mysql/releases/download/2025.4.18/bearsampp-mysql-8.4.5-2025.4.18.7z +8.4.6 = https://github.com/Bearsampp/module-mysql/releases/download/2025.8.21/bearsampp-mysql-8.4.6-2025.8.21.7z 9.0.1 = https://github.com/Bearsampp/module-mysql/releases/download/2024.7.28/bearsampp-mysql-9.0.1-2024.8.7.7z 9.1.0 = https://github.com/Bearsampp/module-mysql/releases/download/2024.12.1/bearsampp-mysql-9.1.0-2024.12.1.7z 9.2.0 = https://github.com/Bearsampp/module-mysql/releases/download/2025.1.23/bearsampp-mysql-9.2.0-2025.1.23.7z 9.3.0 = https://github.com/Bearsampp/module-mysql/releases/download/2025.4.18/bearsampp-mysql-9.3.0-2025.4.18.7z +9.4.0 = https://github.com/Bearsampp/module-mysql/releases/download/2025.8.21/bearsampp-mysql-9.4.0-2025.8.21.7z From 56931c034be98b4ccdf5df03c66bf7ad0eade4a5 Mon Sep 17 00:00:00 2001 From: Bear Date: Tue, 23 Sep 2025 01:02:22 -0500 Subject: [PATCH 2/5] Update MySQL 8.4.6 and 9.4.0 configurations to remove deprecated options and add innodb_redo_log_capacity --- bin/mysql8.4.6/my.ini | 9 ++++++--- bin/mysql8.4.6/my.ini.ber | 12 ++++++++---- bin/mysql9.4.0/my.ini | 12 ++++++++---- bin/mysql9.4.0/my.ini.ber | 12 ++++++++---- 4 files changed, 30 insertions(+), 15 deletions(-) diff --git a/bin/mysql8.4.6/my.ini b/bin/mysql8.4.6/my.ini index f335e8a..75463de 100644 --- a/bin/mysql8.4.6/my.ini +++ b/bin/mysql8.4.6/my.ini @@ -17,17 +17,20 @@ basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.4.6 log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.4.6/data -skip-federated - server-id = 1 innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M innodb_log_buffer_size = 8M #innodb_flush_log_at_trx_commit = 1 #innodb_lock_wait_timeout = 50 +# In bin/mysql9.4.0/my.ini +# (skip-federated and innodb_log_file_size are removed in MySQL 8.4+, +# so they should be deleted, not commented out. +# innodb_redo_log_capacity should be used instead of innodb_log_file_size if needed) +innodb_redo_log_capacity = 10M # Example value sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO +default_authentication_plugin=mysql_native_password mysql-native-password=ON character-set-server=UTF8MB4 diff --git a/bin/mysql8.4.6/my.ini.ber b/bin/mysql8.4.6/my.ini.ber index b7fb12a..002652d 100644 --- a/bin/mysql8.4.6/my.ini.ber +++ b/bin/mysql8.4.6/my.ini.ber @@ -17,18 +17,22 @@ basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.4.6 log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.4.6/data -skip-federated - server-id = 1 innodb_buffer_pool_size = 16M -innodb_log_file_size = 5M innodb_log_buffer_size = 8M #innodb_flush_log_at_trx_commit = 1 #innodb_lock_wait_timeout = 50 +# In bin/mysql9.4.0/my.ini +# (skip-federated and innodb_log_file_size are removed in MySQL 8.4+, +# so they should be deleted, not commented out. +# innodb_redo_log_capacity should be used instead of innodb_log_file_size if needed) +innodb_redo_log_capacity = 10M # Example value + sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO - mysql-native-password=ON +default_authentication_plugin=mysql_native_password +mysql-native-password=ON character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql9.4.0/my.ini b/bin/mysql9.4.0/my.ini index 844bddc..5f8ddc2 100644 --- a/bin/mysql9.4.0/my.ini +++ b/bin/mysql9.4.0/my.ini @@ -17,18 +17,22 @@ basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql9.4.0 log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql9.4.0/data -# skip-federated - server-id = 1 innodb_buffer_pool_size = 16M -# innodb_log_file_size = 5M innodb_log_buffer_size = 8M #innodb_flush_log_at_trx_commit = 1 #innodb_lock_wait_timeout = 50 +# In bin/mysql9.4.0/my.ini +# (skip-federated and innodb_log_file_size are removed in MySQL 8.4+, +# so they should be deleted, not commented out. +# innodb_redo_log_capacity should be used instead of innodb_log_file_size if needed) +innodb_redo_log_capacity = 10M # Example value + sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -#default_authentication_plugin=mysql_native_password +default_authentication_plugin=mysql_native_password +mysql-native-password=ON character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql9.4.0/my.ini.ber b/bin/mysql9.4.0/my.ini.ber index 844bddc..5f8ddc2 100644 --- a/bin/mysql9.4.0/my.ini.ber +++ b/bin/mysql9.4.0/my.ini.ber @@ -17,18 +17,22 @@ basedir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql9.4.0 log-error=~BEARSAMPP_LIN_PATH~/logs/mysql.log datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql9.4.0/data -# skip-federated - server-id = 1 innodb_buffer_pool_size = 16M -# innodb_log_file_size = 5M innodb_log_buffer_size = 8M #innodb_flush_log_at_trx_commit = 1 #innodb_lock_wait_timeout = 50 +# In bin/mysql9.4.0/my.ini +# (skip-federated and innodb_log_file_size are removed in MySQL 8.4+, +# so they should be deleted, not commented out. +# innodb_redo_log_capacity should be used instead of innodb_log_file_size if needed) +innodb_redo_log_capacity = 10M # Example value + sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -#default_authentication_plugin=mysql_native_password +default_authentication_plugin=mysql_native_password +mysql-native-password=ON character-set-server=UTF8MB4 [mysqldump] From 6fd3aa72d03675946b297ffec2bf7dd9a808eedd Mon Sep 17 00:00:00 2001 From: Bear Date: Tue, 23 Sep 2025 01:34:21 -0500 Subject: [PATCH 3/5] Remove deprecated default_authentication_plugin from MySQL configurations --- bin/archived/mysql8.0.42/my.ini | 2 +- bin/archived/mysql8.0.42/my.ini.ber | 2 +- bin/archived/mysql8.3.0/my.ini | 2 +- bin/archived/mysql8.3.0/my.ini.ber | 2 +- bin/mysql8.4.6/my.ini | 2 +- bin/mysql8.4.6/my.ini.ber | 2 +- bin/mysql9.0.1/my.ini | 2 +- bin/mysql9.0.1/my.ini.ber | 2 +- bin/mysql9.1.0/my.ini | 2 +- bin/mysql9.1.0/my.ini.ber | 2 +- bin/mysql9.2.0/my.ini | 2 +- bin/mysql9.2.0/my.ini.ber | 2 +- bin/mysql9.3.0/my.ini | 2 +- bin/mysql9.3.0/my.ini.ber | 2 +- bin/mysql9.4.0/my.ini | 4 ++-- bin/mysql9.4.0/my.ini.ber | 4 ++-- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/bin/archived/mysql8.0.42/my.ini b/bin/archived/mysql8.0.42/my.ini index acd7a84..4937ff8 100644 --- a/bin/archived/mysql8.0.42/my.ini +++ b/bin/archived/mysql8.0.42/my.ini @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password + character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/archived/mysql8.0.42/my.ini.ber b/bin/archived/mysql8.0.42/my.ini.ber index acd7a84..4937ff8 100644 --- a/bin/archived/mysql8.0.42/my.ini.ber +++ b/bin/archived/mysql8.0.42/my.ini.ber @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password + character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/archived/mysql8.3.0/my.ini b/bin/archived/mysql8.3.0/my.ini index 89c3cf5..4d35996 100644 --- a/bin/archived/mysql8.3.0/my.ini +++ b/bin/archived/mysql8.3.0/my.ini @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password + character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/archived/mysql8.3.0/my.ini.ber b/bin/archived/mysql8.3.0/my.ini.ber index 89c3cf5..4d35996 100644 --- a/bin/archived/mysql8.3.0/my.ini.ber +++ b/bin/archived/mysql8.3.0/my.ini.ber @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password + character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql8.4.6/my.ini b/bin/mysql8.4.6/my.ini index 75463de..195fe11 100644 --- a/bin/mysql8.4.6/my.ini +++ b/bin/mysql8.4.6/my.ini @@ -30,7 +30,7 @@ innodb_log_buffer_size = 8M innodb_redo_log_capacity = 10M # Example value sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password + mysql-native-password=ON character-set-server=UTF8MB4 diff --git a/bin/mysql8.4.6/my.ini.ber b/bin/mysql8.4.6/my.ini.ber index 002652d..0873387 100644 --- a/bin/mysql8.4.6/my.ini.ber +++ b/bin/mysql8.4.6/my.ini.ber @@ -31,7 +31,7 @@ innodb_log_buffer_size = 8M innodb_redo_log_capacity = 10M # Example value sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password + mysql-native-password=ON character-set-server=UTF8MB4 diff --git a/bin/mysql9.0.1/my.ini b/bin/mysql9.0.1/my.ini index 0a077fc..b74155f 100644 --- a/bin/mysql9.0.1/my.ini +++ b/bin/mysql9.0.1/my.ini @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -#default_authentication_plugin=mysql_native_password +# character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql9.0.1/my.ini.ber b/bin/mysql9.0.1/my.ini.ber index 0a077fc..b74155f 100644 --- a/bin/mysql9.0.1/my.ini.ber +++ b/bin/mysql9.0.1/my.ini.ber @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -#default_authentication_plugin=mysql_native_password +# character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql9.1.0/my.ini b/bin/mysql9.1.0/my.ini index 74dc884..95bbc8b 100644 --- a/bin/mysql9.1.0/my.ini +++ b/bin/mysql9.1.0/my.ini @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -#default_authentication_plugin=mysql_native_password +# character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql9.1.0/my.ini.ber b/bin/mysql9.1.0/my.ini.ber index 74dc884..95bbc8b 100644 --- a/bin/mysql9.1.0/my.ini.ber +++ b/bin/mysql9.1.0/my.ini.ber @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -#default_authentication_plugin=mysql_native_password +# character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql9.2.0/my.ini b/bin/mysql9.2.0/my.ini index 2080f7b..1703b05 100644 --- a/bin/mysql9.2.0/my.ini +++ b/bin/mysql9.2.0/my.ini @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -#default_authentication_plugin=mysql_native_password +# character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql9.2.0/my.ini.ber b/bin/mysql9.2.0/my.ini.ber index 2080f7b..1703b05 100644 --- a/bin/mysql9.2.0/my.ini.ber +++ b/bin/mysql9.2.0/my.ini.ber @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -#default_authentication_plugin=mysql_native_password +# character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql9.3.0/my.ini b/bin/mysql9.3.0/my.ini index a0e14dd..c97bfbd 100644 --- a/bin/mysql9.3.0/my.ini +++ b/bin/mysql9.3.0/my.ini @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -#default_authentication_plugin=mysql_native_password +# character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql9.3.0/my.ini.ber b/bin/mysql9.3.0/my.ini.ber index a0e14dd..c97bfbd 100644 --- a/bin/mysql9.3.0/my.ini.ber +++ b/bin/mysql9.3.0/my.ini.ber @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M #innodb_lock_wait_timeout = 50 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -#default_authentication_plugin=mysql_native_password +# character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql9.4.0/my.ini b/bin/mysql9.4.0/my.ini index 5f8ddc2..fb0f3b8 100644 --- a/bin/mysql9.4.0/my.ini +++ b/bin/mysql9.4.0/my.ini @@ -31,8 +31,8 @@ innodb_log_buffer_size = 8M innodb_redo_log_capacity = 10M # Example value sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -mysql-native-password=ON + +# mysql-native-password setting removed for MySQL 9.4.0 (unknown variable in 9.x) character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql9.4.0/my.ini.ber b/bin/mysql9.4.0/my.ini.ber index 5f8ddc2..fb0f3b8 100644 --- a/bin/mysql9.4.0/my.ini.ber +++ b/bin/mysql9.4.0/my.ini.ber @@ -31,8 +31,8 @@ innodb_log_buffer_size = 8M innodb_redo_log_capacity = 10M # Example value sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -default_authentication_plugin=mysql_native_password -mysql-native-password=ON + +# mysql-native-password setting removed for MySQL 9.4.0 (unknown variable in 9.x) character-set-server=UTF8MB4 [mysqldump] From 9b11594ffccea29851f640ea43c554355104b9ae Mon Sep 17 00:00:00 2001 From: Bear Date: Tue, 23 Sep 2025 01:38:26 -0500 Subject: [PATCH 4/5] Add clarifying comment about default_authentication_plugin removal in MySQL 9.4.0 configuration --- bin/mysql9.4.0/my.ini | 1 + bin/mysql9.4.0/my.ini.ber | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/mysql9.4.0/my.ini b/bin/mysql9.4.0/my.ini index fb0f3b8..8719206 100644 --- a/bin/mysql9.4.0/my.ini +++ b/bin/mysql9.4.0/my.ini @@ -33,6 +33,7 @@ innodb_redo_log_capacity = 10M # Example value sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO # mysql-native-password setting removed for MySQL 9.4.0 (unknown variable in 9.x) +# Note: default_authentication_plugin=mysql_native_password is NOT valid in MySQL 9.x (plugin removed). Leave it unset to use the default caching_sha2_password. character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql9.4.0/my.ini.ber b/bin/mysql9.4.0/my.ini.ber index fb0f3b8..8719206 100644 --- a/bin/mysql9.4.0/my.ini.ber +++ b/bin/mysql9.4.0/my.ini.ber @@ -33,6 +33,7 @@ innodb_redo_log_capacity = 10M # Example value sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO # mysql-native-password setting removed for MySQL 9.4.0 (unknown variable in 9.x) +# Note: default_authentication_plugin=mysql_native_password is NOT valid in MySQL 9.x (plugin removed). Leave it unset to use the default caching_sha2_password. character-set-server=UTF8MB4 [mysqldump] From c3a422acf4c5f11b025fc041572f42f882ecd8a9 Mon Sep 17 00:00:00 2001 From: Bear Date: Tue, 23 Sep 2025 01:44:25 -0500 Subject: [PATCH 5/5] Update MySQL 8.4.6 and 9.4.0 configurations to increase innodb_redo_log_capacity to 256M and remove mysql-native-password option --- bin/mysql8.4.6/my.ini | 3 +-- bin/mysql8.4.6/my.ini.ber | 3 +-- bin/mysql9.4.0/my.ini | 2 +- bin/mysql9.4.0/my.ini.ber | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/bin/mysql8.4.6/my.ini b/bin/mysql8.4.6/my.ini index 195fe11..51b27e7 100644 --- a/bin/mysql8.4.6/my.ini +++ b/bin/mysql8.4.6/my.ini @@ -27,11 +27,10 @@ innodb_log_buffer_size = 8M # (skip-federated and innodb_log_file_size are removed in MySQL 8.4+, # so they should be deleted, not commented out. # innodb_redo_log_capacity should be used instead of innodb_log_file_size if needed) -innodb_redo_log_capacity = 10M # Example value +innodb_redo_log_capacity = 256M # Example value sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -mysql-native-password=ON character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql8.4.6/my.ini.ber b/bin/mysql8.4.6/my.ini.ber index 0873387..d298f3f 100644 --- a/bin/mysql8.4.6/my.ini.ber +++ b/bin/mysql8.4.6/my.ini.ber @@ -28,11 +28,10 @@ innodb_log_buffer_size = 8M # (skip-federated and innodb_log_file_size are removed in MySQL 8.4+, # so they should be deleted, not commented out. # innodb_redo_log_capacity should be used instead of innodb_log_file_size if needed) -innodb_redo_log_capacity = 10M # Example value +innodb_redo_log_capacity = 256M # Example value sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO -mysql-native-password=ON character-set-server=UTF8MB4 [mysqldump] diff --git a/bin/mysql9.4.0/my.ini b/bin/mysql9.4.0/my.ini index 8719206..5763300 100644 --- a/bin/mysql9.4.0/my.ini +++ b/bin/mysql9.4.0/my.ini @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M # (skip-federated and innodb_log_file_size are removed in MySQL 8.4+, # so they should be deleted, not commented out. # innodb_redo_log_capacity should be used instead of innodb_log_file_size if needed) -innodb_redo_log_capacity = 10M # Example value +innodb_redo_log_capacity = 256M # Example value sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO diff --git a/bin/mysql9.4.0/my.ini.ber b/bin/mysql9.4.0/my.ini.ber index 8719206..5763300 100644 --- a/bin/mysql9.4.0/my.ini.ber +++ b/bin/mysql9.4.0/my.ini.ber @@ -28,7 +28,7 @@ innodb_log_buffer_size = 8M # (skip-federated and innodb_log_file_size are removed in MySQL 8.4+, # so they should be deleted, not commented out. # innodb_redo_log_capacity should be used instead of innodb_log_file_size if needed) -innodb_redo_log_capacity = 10M # Example value +innodb_redo_log_capacity = 256M # Example value sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO