#40273: mysql55: "The server quit without updating PID file" -----------------------------+----------------------- Reporter: eric.lebigot@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: mysql55 | -----------------------------+----------------------- Comment (by burtonpatrick0@…): Replying to [comment:5 eric.lebigot@…]:
Yeah, something like this. :)
There is actually another ticket (https://trac.macports.org/ticket/40040) that indicates that an "if" test is missing. Line 726 of /opt/local/lib/mysql55/bin/mysqld_safe should be:
if ps -ef | grep -v mysqld_safe | grep -- $MYSQLD | grep $PID > /dev/null
Just to clarify. You mean line '''725''' should read if ps -ef | grep -v mysqld_safe | grep -- $MYSQLD | grep $PID > /dev/null not '''726'''. I just modified the line for 725 and it worked. Thanks for the tip! -- Ticket URL: <https://trac.macports.org/ticket/40273#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X