diff options
| author | August Lilleaas | 2009-09-16 09:22:26 +0200 |
|---|---|---|
| committer | August Lilleaas | 2009-09-22 21:47:54 +0200 |
| commit | e35b8e0191e8db5bda1e8934f04dd9b095970eff (patch) | |
| tree | 269d9f97a1f6f5deedeea4397f8a493382e92887 /Library/Formula/mysql.rb | |
| parent | b54bee33a1a876bfb0fe147d8dbf4b990a0f2816 (diff) | |
| download | homebrew-e35b8e0191e8db5bda1e8934f04dd9b095970eff.tar.bz2 | |
Mentioning mysql.server when installing mysql, as an alternative to a start-on-boot plist.
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index f87121cfb..6dbd4dd6a 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -59,6 +59,8 @@ class Mysql <Formula puts "Set up databases with `mysql_install_db`" puts "Automatically load on login with " puts " `launchctl load -w #{prefix}/com.mysql.mysqld.plist`" + puts "Or start manually with " + puts " `#{prefix}/share/mysql/mysql.server start`" end def startup_plist |
