summaryrefslogtreecommitdiff
path: root/support-files/binary-configure.sh
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-06-28 10:49:16 +0300
committermonty@hundin.mysql.fi <>2001-06-28 10:49:16 +0300
commit897b37b506ab72078c1ffd013a3e4600eb0eba02 (patch)
tree739c3565fe5148ff499bf5daae2a711768b66e2f /support-files/binary-configure.sh
parent85388703c400d4a952085a8ed547494bd20863a2 (diff)
downloadmariadb-git-897b37b506ab72078c1ffd013a3e4600eb0eba02.tar.gz
Changed safe_mysqld -> mysqld_safe
Added some alias to SHOW commands Prepare for dynamic changing of MySQL variables
Diffstat (limited to 'support-files/binary-configure.sh')
-rw-r--r--support-files/binary-configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/binary-configure.sh b/support-files/binary-configure.sh
index 682ea570b25..107f468bffc 100644
--- a/support-files/binary-configure.sh
+++ b/support-files/binary-configure.sh
@@ -20,5 +20,5 @@ then
echo "Starting the mysqld server. You can test that it is up and running"
echo "with the command:"
echo "./bin/mysqladmin version"
- ./bin/safe_mysqld &
+ ./bin/mysqld_safe &
fi