mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
16 lines
446 B
Bash
16 lines
446 B
Bash
--- scripts/mysqld_safe.sh.orig 2017-05-24 09:15:23 UTC
|
|
+++ scripts/mysqld_safe.sh
|
|
@@ -568,11 +568,11 @@ fi
|
|
|
|
if test -z "$MYSQL_HOME"
|
|
then
|
|
- if test -r "$DATADIR/my.cnf"
|
|
+ if test -r "$DATADIR/etc/my.cnf"
|
|
then
|
|
log_error "WARNING: Found $DATADIR/my.cnf
|
|
The data directory is not a valid location for my.cnf, please move it to
|
|
-$MY_BASEDIR_VERSION/my.cnf"
|
|
+$MY_BASEDIR_VERSION/etc/my.cnf"
|
|
fi
|
|
MYSQL_HOME=$MY_BASEDIR_VERSION
|
|
fi
|