We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971bef8 commit 1003c76Copy full SHA for 1003c76
scripts/mysqld_safe.sh
@@ -754,7 +754,7 @@ safe_mysql_unix_port=${mysql_unix_port:-${MYSQL_UNIX_PORT:-@MYSQL_UNIX_ADDR@}}
754
mysql_unix_port_dir=`dirname $safe_mysql_unix_port`
755
if [ ! -d $mysql_unix_port_dir ]
756
then
757
- if ! `mkdir -p $mysql_unix_port_dir`
+ if ! mkdir -p $mysql_unix_port_dir
758
759
log_error "Fatal error Can't create database directory '$mysql_unix_port'"
760
exit 1
0 commit comments