We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c2455 commit 0799200Copy full SHA for 0799200
mysql-sample-db
@@ -6,7 +6,7 @@ PID_FILE=/tmp/mysql.pid
6
SOCKET_FILE=/tmp/mysql.sock
7
LOG_FILE=/tmp/mysql.log
8
DUMP_FILE=mysqlsampledatabase.sql
9
-PREFIX=$(which /usr/bin/mysqld_safe | sed -e 's|/bin/mysqld_safe$||')
+PREFIX=$(which mysqld_safe | sed -e 's|/bin/mysqld_safe$||')
10
MYSQLD_BIN=${PREFIX}/libexec/mysqld
11
12
action=${1}
0 commit comments