1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Little typo fix in script text.

This commit is contained in:
arjen@fred.bitbike.com
2002-07-14 14:49:44 +10:00
parent c883dacd90
commit 8b898167e4

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