1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Little typo fix in script text.

This commit is contained in:
unknown
2002-07-14 14:49:44 +10:00
parent 7d32131515
commit 54c61c98a1

View File

@ -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 <<END_OF_DATA