Mentioning mysql.server when installing mysql, as an alternative to a start-on-boot plist.

This commit is contained in:
August Lilleaas 2009-09-16 09:22:26 +02:00
parent 7754e27f1f
commit b27582de9a

View file

@ -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