26 Mar
2008
26 Mar
'08
4:45 a.m.
On Mar 25, 2008, at 13:27, Chris Janton wrote:
I a merely an egg.
I have mysql5 installed and working just fine
port install mysql5 +server
I am curious about how I would go about installing, using, and/or switching back and forth if I did
port install mysql5-devel
Do I need to deactivate/stop mysql5 first?
Inquiring minds want to know.
If you have done: sudo port install mysql5-devel +server Then, to switch from mysql5 to mysql5-devel, do this: sudo launchctl unload -w /Library/LaunchDaemons/ org.macports.mysql5.plist sudo port deactivate mysql5 sudo port activate mysql5-devel sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5- devel.plist