Changes between Version 11 and Version 12 of howto/MAMP
- Timestamp:
- Aug 9, 2008, 11:38:24 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/MAMP
v11 v12 108 108 }}} 109 109 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. 110 Set the MySQL `root` password (it's currently empty): 111 112 {{{ 113 mysqladmin5 -u root password -p 114 }}} 115 This will ask for a new password for the MySQL `root` user. 117 116 118 117 Test everything by logging in to the server.