From 46f554e5b4f8dcd0101671dcd55d8e02e85dfcf5 Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Fri, 23 Oct 2009 13:31:14 +0500 Subject: Postfix for WL#1349. Don't do character set autodetection when running mysql from mysql_fix_privilege_tables. --- scripts/mysql_fix_privilege_tables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/mysql_fix_privilege_tables.sh b/scripts/mysql_fix_privilege_tables.sh index 3b179957932..dd5edb699a0 100644 --- a/scripts/mysql_fix_privilege_tables.sh +++ b/scripts/mysql_fix_privilege_tables.sh @@ -134,7 +134,7 @@ then exit 1 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 cmd="$cmd --port=$port" fi -- cgit v1.2.1