This commit is contained in:
Antoine Beaupré 2007-12-12 22:16:17 +00:00
parent 258b4496eb
commit 62cd8a201b
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ then
$mysql -e "GRANT ALL ON *.* TO '$rootlogin'@'${MYSQL_CLIENT}' IDENTIFIED BY '$rootpass' WITH GRANT OPTION"
if [ "$?" -ne "0" ]
then
echo "Can't grant system user $rootlogin, abording";
echo "Can't grant system user $rootlogin, aborting";
exit 1
fi
fi