Skip to content

Commit fdb04f6

Browse files
Piotr Obrzutdahlerlend
authored andcommitted
Bug#27696105 WRONG DEFAULT IN MYSQL_SERVER_EXTRA.WXS.IN
The default character set was changed from utf-8 (synonym for utf8mb3) to utf8mb4.
1 parent f46fe72 commit fdb04f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/WiX/mysql_server_extra.wxs.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
Description="The MySQL Command Line Shell in UTF8 Mode"
4848
Icon="Icon.MysqlCmdShell"
4949
Target="[D.bin]mysql.exe"
50-
Arguments='"--defaults-file=[INSTALLDIR]my.ini" "-uroot" "-p" "--default-character-set=utf8"'
50+
Arguments='"--defaults-file=[INSTALLDIR]my.ini" "-uroot" "-p" "--default-character-set=utf8mb4"'
5151
WorkingDirectory="D.bin"/>
5252
<!-- Write Console settings for applications with this name to the registry -->
5353
<RegistryKey Root="HKCU"

0 commit comments

Comments
 (0)