Mentioning mysql.server when installing mysql, as an alternative to a start-on-boot plist.
This commit is contained in:
parent
7754e27f1f
commit
b27582de9a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue