summaryrefslogtreecommitdiff
path: root/scripts/mysqld_safe-watch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mysqld_safe-watch.sh')
-rw-r--r--scripts/mysqld_safe-watch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqld_safe-watch.sh b/scripts/mysqld_safe-watch.sh
index c837ba9a118..f853741c87b 100644
--- a/scripts/mysqld_safe-watch.sh
+++ b/scripts/mysqld_safe-watch.sh
@@ -66,7 +66,7 @@ fi
echo "Starting mysqld demon with databases from $DATADIR"
#Default communication ports
-#MYSQL_TCP_PORT=3306
+#MYSQL_TCP_PORT=@MYSQL_TCP_PORT@
if test -z "$MYSQL_UNIX_PORT"
then
MYSQL_UNIX_PORT="/tmp/mysql.sock"