Changes between Version 18 and Version 19 of howto/MAMP


Ignore:
Timestamp:
Sep 22, 2008, 8:40:32 AM (16 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

revert incorrect change to root password setting instructions

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v18 v19  
    111111
    112112{{{
    113 mysqladmin5 -u root password -p
    114 }}}
    115 This will ask for a new password for the MySQL `root` user.
     113mysqladmin5 -u root -p password <new-password>
     114}}}
     115
     116where `<new-password>` is your new desired root password.
    116117
    117118Test everything by logging in to the server.