aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
diff options
context:
space:
mode:
authorAugust Lilleaas2009-09-16 09:22:26 +0200
committerAugust Lilleaas2009-09-22 21:47:54 +0200
commite35b8e0191e8db5bda1e8934f04dd9b095970eff (patch)
tree269d9f97a1f6f5deedeea4397f8a493382e92887 /Library/Formula/mysql.rb
parentb54bee33a1a876bfb0fe147d8dbf4b990a0f2816 (diff)
downloadhomebrew-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.rb2
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