File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ _check_config() {
2323 if ! errors=" $( " ${toRun[@]} " 2>&1 > /dev/null) " ; then
2424 cat >&2 << -EOM
2525
26- ERROR: mysqld failed while attempting to determine datadir
26+ ERROR: mysqld failed while attempting to check config
2727 command was: "${toRun[*]} "
2828
2929 $errors
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ _check_config() {
2323 if ! errors=" $( " ${toRun[@]} " 2>&1 > /dev/null) " ; then
2424 cat >&2 << -EOM
2525
26- ERROR: mysqld failed while attempting to determine datadir
26+ ERROR: mysqld failed while attempting to check config
2727 command was: "${toRun[*]} "
2828
2929 $errors
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ _check_config() {
2323 if ! errors=" $( " ${toRun[@]} " 2>&1 > /dev/null) " ; then
2424 cat >&2 << -EOM
2525
26- ERROR: mysqld failed while attempting to determine datadir
26+ ERROR: mysqld failed while attempting to check config
2727 command was: "${toRun[*]} "
2828
2929 $errors
You can’t perform that action at this time.
0 commit comments