diff options
author | cmiller@zippy.cornsilk.net <> | 2007-10-08 12:40:21 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-10-08 12:40:21 -0400 |
commit | 04296df3447911c68ce528f361e22b2a6b2b7374 (patch) | |
tree | fb68c0de78382c33518e3a3a00c34603162650d4 /scripts/mysqld_safe.sh | |
parent | 0ff1b80bf043133268f45d17b8fcca5d3f727e53 (diff) | |
parent | eedde95a3308f5ab95f886bb3145be8d338264f3 (diff) | |
download | mariadb-git-04296df3447911c68ce528f361e22b2a6b2b7374.tar.gz |
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
Diffstat (limited to 'scripts/mysqld_safe.sh')
-rw-r--r-- | scripts/mysqld_safe.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqld_safe.sh b/scripts/mysqld_safe.sh index d9c1a16e21a..99dcafbbf71 100644 --- a/scripts/mysqld_safe.sh +++ b/scripts/mysqld_safe.sh @@ -396,7 +396,7 @@ then does not exist or is not executable. Please cd to the mysql installation directory and restart this script from there as follows: ./bin/mysqld_safe& -See http://dev.mysql.com/doc/mysql/en/mysqld_safe.html for more information" +See http://dev.mysql.com/doc/mysql/en/mysqld-safe.html for more information" exit 1 fi |