Commit 46f554e5 authored by Alexander Barkov's avatar Alexander Barkov

Postfix for WL#1349.

Don't do character set autodetection when running
mysql from mysql_fix_privilege_tables.
parent e17d05cd
...@@ -134,7 +134,7 @@ then ...@@ -134,7 +134,7 @@ then
exit 1 exit 1
fi fi
cmd="$bindir/mysql --no-defaults --force --user=$user --host=$host" cmd="$bindir/mysql --no-defaults --default-character-set=latin1 --force --user=$user --host=$host"
if test ! -z "$port"; then if test ! -z "$port"; then
cmd="$cmd --port=$port" cmd="$cmd --port=$port"
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment