diff options
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 |
