Changes between Version 76 and Version 77 of howto/MAMP


Ignore:
Timestamp:
Nov 10, 2014, 5:35:39 PM (9 years ago)
Author:
nerdling (Jeremy Lavergne)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v76 v77  
    161161Once you have done at least one of the two previous commands, then how to set up the main database depends on the version of OS X you're using.
    162162
    163 For '''OS X 10.5 and above''', set up the main database like this:
     163Set up the main database like this:
    164164{{{
    165165sudo -u _mysql mysql_install_db5
     
    176176  }}}
    177177
    178 However, for OS X 10.4 and below, up the main database like this:
     178However, for '''OS X 10.4 and below''', up the main database like this:
    179179
    180180{{{