Changes between Version 11 and Version 12 of howto/MAMP


Ignore:
Timestamp:
Aug 9, 2008, 11:38:24 PM (16 years ago)
Author:
raimue (Rainer Müller)
Comment:

Fix mysqladmin5 command for MySQL root user

Legend:

Unmodified
Added
Removed
Modified
  • howto/MAMP

    v11 v12  
    108108}}}
    109109
    110 Set the MySQL `root` password (it's currently empty)
    111 
    112 {{{
    113 mysqladmin5 -u root -p password <new-password>
    114 }}}
    115 
    116 where `<new-password>` is your new desired root password.
     110Set the MySQL `root` password (it's currently empty):
     111
     112{{{
     113mysqladmin5 -u root password -p
     114}}}
     115This will ask for a new password for the MySQL `root` user.
    117116
    118117Test everything by logging in to the server.