File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -316,11 +316,11 @@ sub start_mysqlds()
316
316
$tmp .= " $options [$j ]" ;
317
317
}
318
318
}
319
- if ($opt_verbose && $com =~ m /\/ safe_mysqld$ / && !$info_sent )
319
+ if ($opt_verbose && $com =~ m /\/ ( safe_mysqld|mysqld_safe) $ / && !$info_sent )
320
320
{
321
- print " WARNING: safe_mysqld is being used to start mysqld. In this case you " ;
321
+ print " WARNING: $1 is being used to start mysqld. In this case you " ;
322
322
print " may need to pass\n\" ledir=...\" under groups [mysqldN] to " ;
323
- print " safe_mysqld in order to find the actual mysqld binary.\n " ;
323
+ print " $1 in order to find the actual mysqld binary.\n " ;
324
324
print " ledir (library executable directory) should be the path to the " ;
325
325
print " wanted mysqld binary.\n\n " ;
326
326
$info_sent = 1;
@@ -670,9 +670,9 @@ language = @datadir@/mysql/english
670
670
user = unix_user1
671
671
672
672
[mysqld3]
673
- mysqld = /path/to/safe_mysqld/safe_mysqld
673
+ mysqld = /path/to/mysqld_safe
674
674
ledir = /path/to/mysqld-binary/
675
- mysqladmin = /path/to/mysqladmin/mysqladmin
675
+ mysqladmin = /path/to/mysqladmin
676
676
socket = /tmp/mysql.sock3
677
677
port = 3308
678
678
pid-file = @localstatedir @3 /hostname.pid3
You can’t perform that action at this time.
0 commit comments