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

mysql_install_db.sh:

Correct a grammar error.


scripts/mysql_install_db.sh:
  Correct a grammar error.
This commit is contained in:
unknown
2004-06-04 16:11:47 -05:00
parent 8438a19382
commit f74217fa9e

View File

@ -155,7 +155,7 @@ then
resolved=`$bindir/resolveip localhost 2>&1`
if [ $? -ne 0 ]
then
echo "Neither host '$hostname' and 'localhost' could not be looked up with"
echo "Neither host '$hostname' nor 'localhost' could be looked up with"
echo "$bindir/resolveip"
echo "Please configure the 'hostname' command to return a correct hostname."
echo "If you want to solve this at a later stage, restart this script with"