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

Commit

Permalink
UTF8MB4 default charset since 8.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 24, 2019
1 parent c7562e7 commit cd81a8a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## r14 (2019/05/24)

* UTF8MB4 default charset since 8.0.16

## r13 (2019/05/23)

* MySQL 5.5.62, 5.6.44, 5.7.26, 8.0.16 (Issue neard/neard#413)
Expand Down
2 changes: 1 addition & 1 deletion bin/mysql8.0.16/my.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ innodb_log_buffer_size = 8M

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=utf8
character-set-server=UTF8MB4

[mysqldump]
quick
Expand Down
2 changes: 1 addition & 1 deletion bin/mysql8.0.16/my.ini.nrd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ innodb_log_buffer_size = 8M

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=utf8
character-set-server=UTF8MB4

[mysqldump]
quick
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bundle.name = mysql
bundle.release = r13
bundle.release = r14
bundle.type = bins
bundle.format = 7z

Expand Down
2 changes: 1 addition & 1 deletion releases.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
5.7.26 = https://github.com/neard/module-mysql/releases/download/r13/neard-mysql-5.7.26-r13.7z
8.0.11 = https://github.com/neard/module-mysql/releases/download/r12/neard-mysql-8.0.11-r12.7z
8.0.12 = https://github.com/neard/module-mysql/releases/download/r12/neard-mysql-8.0.12-r12.7z
8.0.16 = https://github.com/neard/module-mysql/releases/download/r13/neard-mysql-8.0.16-r13.7z
8.0.16 = https://github.com/neard/module-mysql/releases/download/r14/neard-mysql-8.0.16-r14.7z

0 comments on commit cd81a8a

Please sign in to comment.