• jimw@mysql.com's avatar
    Change mysqld_safe search for mysqld relative to the current working directory · 0ed892f1
    jimw@mysql.com authored
    to only look for the mysqld binary (and english error strings) and assume the
    datadir from that. Then, if that datadir turns out to not exist, startup will
    fail. This avoids the behavior where mysqld_safe would go off and run a totally
    different binary because the data directory had been moved (even when --datadir
    was specified on the command line). (Bug #7249)
    0ed892f1
mysqld_safe.sh 10.6 KB