Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
MySQL 5.5.62, 5.6.44, 5.7.26, 8.0.16 (Issue neard/neard#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 23, 2019
1 parent 2287a36 commit c7562e7
Show file tree
Hide file tree
Showing 17 changed files with 484 additions and 10 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,42 @@
# Changelog

## r13 (2019/05/23)

* MySQL 5.5.62, 5.6.44, 5.7.26, 8.0.16 (Issue neard/neard#413)

## r12 (2018/10/06)

* New releases : 5.5.61, 5.6.41, 5.7.23, 8.0.12 (Issue neard/neard#395)
* MySQL 5.5.61, 5.6.41, 5.7.23, 8.0.12 (Issue neard/neard#395)
* Config bug in 8.0.11 (Issue neard/neard#384)

## r11 (2018/07/19)

* New releases : 5.5.60, 5.6.40, 5.7.22, 8.0.11 (Issue neard/neard#381)
* MySQL 5.5.60, 5.6.40, 5.7.22, 8.0.11 (Issue neard/neard#381)

## r10 (2017/07/24)

* New releases : 5.5.57, 5.6.37, 5.7.19 (Issue neard/neard#296)
* MySQL 5.5.57, 5.6.37, 5.7.19 (Issue neard/neard#296)

## r9 (2017/04/13)

* New releases : 5.5.55, 5.6.36, 5.7.18 (Issue neard/neard#245)
* MySQL 5.5.55, 5.6.36, 5.7.18 (Issue neard/neard#245)
* Include all locales (Issue neard/neard#241)

## r8 (2016/11/29)

* New releases : 5.5.53, 5.6.34, 5.7.16 (Issue neard/neard#172)
* MySQL 5.5.53, 5.6.34, 5.7.16 (Issue neard/neard#172)

## r7 (2016/10/11)

* New releases : 5.5.52, 5.6.33, 5.7.15 (Issue neard/neard#119)
* MySQL 5.5.52, 5.6.33, 5.7.15 (Issue neard/neard#119)

## r6 (2016/07/12)

* Config bug in 5.5.50, 5.6.31, 5.7.13

## r5 (2016/06/20)

* New releases : 5.5.50, 5.6.31, 5.7.13 (Issue neard/neard#119)
* MySQL 5.5.50, 5.6.31, 5.7.13 (Issue neard/neard#119)

## r4 (2016/05/03)

Expand All @@ -44,12 +48,12 @@

## r2 (2016/04/17)

* New releases : 5.5.49, 5.6.30
* MySQL 5.5.49, 5.6.30
* Add Ant build

## r1 (2015/12/06)

* Init repo with MySQL releases from Neard
* New releases : 5.5.46, 5.6.27
* MySQL 5.5.46, 5.6.27
* Fix InnoDB data corrupted on 5.6 releases
* Create template files (.nrd) for future Neard release
51 changes: 51 additions & 0 deletions bin/mysql5.5.62/my.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[client]
port = 3306
socket = /tmp/mysql.sock

[mysqld]
port = 3306
socket = ~NEARD_LIN_PATH~/tmp/mysql.sock
key_buffer = 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=~NEARD_LIN_PATH~/bin/mysql/mysql5.5.62
log-error=~NEARD_LIN_PATH~/logs/mysql.log
datadir=~NEARD_LIN_PATH~/bin/mysql/mysql5.5.62/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

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
#safe-updates

[isamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout
51 changes: 51 additions & 0 deletions bin/mysql5.5.62/my.ini.nrd
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[client]
port = 3306
socket = /tmp/mysql.sock

[mysqld]
port = 3306
socket = ~NEARD_LIN_PATH~/tmp/mysql.sock
key_buffer = 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=~NEARD_LIN_PATH~/bin/mysql/mysql5.5.62
log-error=~NEARD_LIN_PATH~/logs/mysql.log
datadir=~NEARD_LIN_PATH~/bin/mysql/mysql5.5.62/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

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
#safe-updates

[isamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout
10 changes: 10 additions & 0 deletions bin/mysql5.5.62/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
mysqlVersion = "5.5.62"
mysqlExe = "bin/mysqld.exe"
mysqlCliExe = "bin/mysql.exe"
mysqlAdmin = "bin/mysqladmin.exe"
mysqlConf = "my.ini"
mysqlPort = "3306"
mysqlRootUser = "root"
mysqlRootPwd = ""

bundleRelease = "@RELEASE_VERSION@"
51 changes: 51 additions & 0 deletions bin/mysql5.6.44/my.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[client]
port = 3306
socket = /tmp/mysql.sock

[mysqld]
port = 3306
socket = ~NEARD_LIN_PATH~/tmp/mysql.sock
key_buffer = 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=~NEARD_LIN_PATH~/bin/mysql/mysql5.6.44
log-error=~NEARD_LIN_PATH~/logs/mysql.log
datadir=~NEARD_LIN_PATH~/bin/mysql/mysql5.6.44/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

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
#safe-updates

[isamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout
51 changes: 51 additions & 0 deletions bin/mysql5.6.44/my.ini.nrd
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[client]
port = 3306
socket = /tmp/mysql.sock

[mysqld]
port = 3306
socket = ~NEARD_LIN_PATH~/tmp/mysql.sock
key_buffer = 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=~NEARD_LIN_PATH~/bin/mysql/mysql5.6.44
log-error=~NEARD_LIN_PATH~/logs/mysql.log
datadir=~NEARD_LIN_PATH~/bin/mysql/mysql5.6.44/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

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
#safe-updates

[isamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout
10 changes: 10 additions & 0 deletions bin/mysql5.6.44/neard.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
mysqlVersion = "5.6.44"
mysqlExe = "bin/mysqld.exe"
mysqlCliExe = "bin/mysql.exe"
mysqlAdmin = "bin/mysqladmin.exe"
mysqlConf = "my.ini"
mysqlPort = "3306"
mysqlRootUser = "root"
mysqlRootPwd = ""

bundleRelease = "@RELEASE_VERSION@"
3 changes: 3 additions & 0 deletions bin/mysql5.7.26/init.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@ECHO OFF

%~dp0bin\mysqld.exe --initialize-insecure
53 changes: 53 additions & 0 deletions bin/mysql5.7.26/my.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
[client]
port = 3306
socket = /tmp/mysql.sock

[mysqld]
port = 3306
socket = ~NEARD_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=~NEARD_LIN_PATH~/bin/mysql/mysql5.7.26
log-error=~NEARD_LIN_PATH~/logs/mysql.log
datadir=~NEARD_LIN_PATH~/bin/mysql/mysql5.7.26/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
Loading

0 comments on commit c7562e7

Please sign in to comment.