1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Messgges corrected in mysql_upgrade script

scripts/mysql_upgrade.sh:
  messages corrected
This commit is contained in:
unknown
2006-02-20 14:26:32 +04:00
parent 1d96eaddb9
commit b24e7ca0af

View File

@ -95,12 +95,12 @@ then
echo "MySQL utility script to upgrade database to the current server version" echo "MySQL utility script to upgrade database to the current server version"
echo "" echo ""
echo "It takes the following arguments:" 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 " --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 "" echo ""
exit 0 exit 0