diff options
author | unknown <holyfoot@mysql.com> | 2006-02-22 10:53:44 +0400 |
---|---|---|
committer | unknown <holyfoot@mysql.com> | 2006-02-22 10:53:44 +0400 |
commit | 4ab6a29476862036e09596ffc4433214edd67d5b (patch) | |
tree | 104693f313f8ce1fb0e8e98d8b35c339f22798cd /scripts | |
parent | 12140b55293dbe0ad6e19329d976560ff80864c6 (diff) | |
parent | b24e7ca0af20d1625bed4dc56151275a62e19506 (diff) | |
download | mariadb-git-4ab6a29476862036e09596ffc4433214edd67d5b.tar.gz |
Merge mysql.com:/home/hf/work/mysql-5.0.clean
into mysql.com:/home/hf/work/mysql-5.1.clean
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_upgrade.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/mysql_upgrade.sh b/scripts/mysql_upgrade.sh index ed52f5126ce..c9f375b6c5b 100644 --- a/scripts/mysql_upgrade.sh +++ b/scripts/mysql_upgrade.sh @@ -95,12 +95,12 @@ then echo "MySQL utility script to upgrade database to the current server version" echo "" echo "It takes the following arguments:" - echo " --basedir Specifies the directory where MySQL is installed" - echo " --user user for database login if not current user" - echo " --datadir data directory" - echo " --force keep process ignoring errors" - echo " --verbose give more output about the process" echo " --help Show this help message" + echo " --basedir Specifies the directory where MySQL is installed" + echo " --datadir Specifies the data directory" + echo " --force Mysql_upgrade.info file will be ignored" + echo " --user Username for server login if not current user" + echo " --verbose Display more output about the process" echo "" exit 0 |