From 54c61c98a1a4d6b56ebbfcdaec7bd7bbf19726da Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 14 Jul 2002 14:49:44 +1000 Subject: [PATCH] Little typo fix in script text. --- scripts/mysql_fix_privilege_tables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mysql_fix_privilege_tables.sh b/scripts/mysql_fix_privilege_tables.sh index 7fc18aa1e2f..a492066235b 100644 --- a/scripts/mysql_fix_privilege_tables.sh +++ b/scripts/mysql_fix_privilege_tables.sh @@ -140,7 +140,7 @@ echo "" # Change the user table to MySQL 4.0 format # -echo "Adding new fields used by MySQL 4.02 to the privilege tables" +echo "Adding new fields used by MySQL 4.0.2 to the privilege tables" echo "You can ignore any Duplicate column errors" @bindir@/mysql --user=root --password="$root_password" --host="$host" mysql <