On my machine, there's a file called /Library/StartupItems/MySQLCOM/StartupParameters.plist in that directory that has this XML. Perhaps this is enough to figure things out - Al
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" " http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Description</key> <string>MySQL 5.0.41</string> <key>OrderPreference</key> <string>None</string> <key>Provides</key> <array> <string>MySQL</string> </array> <key>Uses</key> <array> <string>Network</string> <string>Resolver</string> </array> </dict> </plist> On Tue, Jan 13, 2009 at 6:00 PM, Greg Hauptmann < [email protected]> wrote: > Hi, > > Can anyone help me out re how I change the startup options for mysql (v5.0) > running on my Mac? (I just want to add the "--log" option is about it). I > tried doing "sudo ./Library/StartupItems/MySQLCOM/MySQLCOM restart" however > this started a 2nd instances of mysql & mysqld. > > Here is what I see start after Mac startup if this helps: > > $ ps aux | grep mysql > _mysql 137 0.0 0.5 635228 9760 ?? S Wed03PM 2:47.21 > /usr/local/mysql/bin/mysqld --basedir=/usr/local/mysql > --datadir=/usr/local/mysql/data --user=mysql > --pid-file=/usr/local/mysql/data/Macintosh-2.local.pid > root 100 0.0 0.0 600172 496 ?? S Wed03PM 0:00.02 /bin/sh ./bin/mysqld_safe > --datadir=/usr/local/mysql/data > --pid-file=/usr/local/mysql/data/Macintosh-2.local.pid > greg 53283 0.0 0.0 599700 372 s002 R+ 11:44AM 0:00.00 grep mysql > > QUESTION: So how can I determine what Mac startup component/files culminate > in the above-mentioned mysqld & mysql startup? > > Thanks > > -- > Greg > http://blog.gregnet.org/ > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

