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 95% rename from bin/mysql8.0.42/my.ini rename to bin/archived/mysql8.0.42/my.ini index acd7a84..4937ff8 100644 --- a/bin/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/mysql8.0.42/my.ini.ber b/bin/archived/mysql8.0.42/my.ini.ber similarity index 95% rename from bin/mysql8.0.42/my.ini.ber rename to bin/archived/mysql8.0.42/my.ini.ber index acd7a84..4937ff8 100644 --- a/bin/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/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 95% rename from bin/mysql8.3.0/my.ini rename to bin/archived/mysql8.3.0/my.ini index 89c3cf5..4d35996 100644 --- a/bin/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/mysql8.3.0/my.ini.ber b/bin/archived/mysql8.3.0/my.ini.ber similarity index 95% rename from bin/mysql8.3.0/my.ini.ber rename to bin/archived/mysql8.3.0/my.ini.ber index 89c3cf5..4d35996 100644 --- a/bin/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/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 70% rename from bin/mysql8.0.27/my.ini rename to bin/mysql8.4.6/my.ini index a4bbd61..51b27e7 100644 --- a/bin/mysql8.0.27/my.ini +++ b/bin/mysql8.4.6/my.ini @@ -13,22 +13,24 @@ 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 - -skip-federated +datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.4.6/data 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 = 256M # 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 + 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 70% rename from bin/mysql8.0.30/my.ini.ber rename to bin/mysql8.4.6/my.ini.ber index 3de5391..d298f3f 100644 --- a/bin/mysql8.0.30/my.ini.ber +++ b/bin/mysql8.4.6/my.ini.ber @@ -13,22 +13,25 @@ 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 - -skip-federated +datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql8.4.6/data 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 = 256M # 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 + character-set-server=UTF8MB4 [mysqldump] 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/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 59% rename from bin/mysql8.0.30/my.ini rename to bin/mysql9.4.0/my.ini index 3de5391..5763300 100644 --- a/bin/mysql8.0.30/my.ini +++ b/bin/mysql9.4.0/my.ini @@ -13,22 +13,27 @@ 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 - -skip-federated +datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql9.4.0/data 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 = 256M # 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 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/mysql8.0.27/my.ini.ber b/bin/mysql9.4.0/my.ini.ber similarity index 59% rename from bin/mysql8.0.27/my.ini.ber rename to bin/mysql9.4.0/my.ini.ber index a4bbd61..5763300 100644 --- a/bin/mysql8.0.27/my.ini.ber +++ b/bin/mysql9.4.0/my.ini.ber @@ -13,22 +13,27 @@ 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 - -skip-federated +datadir=~BEARSAMPP_LIN_PATH~/bin/mysql/mysql9.4.0/data 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 = 256M # 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 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/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