Postfix for WL#1349.
Don't do character set autodetection when running mysql from mysql_fix_privilege_tables.
This commit is contained in:
parent
e17d05cdc7
commit
46f554e5b4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user