This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
LICENSE | ||
| |
README.md | ||
| |
com.mysql.mysqld.plist | ||
| |
mysqlctl |
README.md
mysqlctl
mysqlctl is supposed to simplify the manual start/stop/restart
Having installed MySQL 5.1 from source on Max OS X 10.6 Snow Leopard, I don't have a PrefPane with a nice Acqua button.
I used to start launch it with
sudo launchctl load -w /Library/LaunchDaemons/com.mysql.mysqld.plist
but it's a pain. I'd like to
sudo mysqlctl start
Installation
sudo cp com.mysql.mysqld.plist /Library/LaunchDaemons
sudo chown root /Library/LaunchDaemons/com.mysql.mysqld.plist
sudo cp mysqlctl /usr/local/bin
sudo chmod +x /usr/local/bin/mysqlctl
Make sure that /usr/local/bin is in your PATH
Credits
I've been greatly inspired by Dan Benjamin's article about compiling MySQL on Snow Leopard








