Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Control MySQL server with launchd' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Control MySQL server with launchd
Authored by: mmnw on Sun, Oct 4 2009 at 9:46AM PDT
It aint better per se, it's different. The method suggested by mysql.com totally ignores the architecture of OS X and treats it like any other *NIX system. mysqld_safe is a nice idea, but OS X already provides a tool for everything mysqld_safe does: watching over the daemon, logging and restarting if necessary. The only reason mysql.com suggests mysqld_safe is because nothing like launchd exists on other *NIX systems.

[ Reply to This | # ]