Salve a tutti qualcuno sa come impostare una nuova password del mysql con mamp se qualcuno me lo può spiegarelavoro su mac quindi vorrei sapere la procedura per mac e utilizzo l ultima versione di MAMP grazie a tutti.
Salve a tutti qualcuno sa come impostare una nuova password del mysql con mamp se qualcuno me lo può spiegarelavoro su mac quindi vorrei sapere la procedura per mac e utilizzo l ultima versione di MAMP grazie a tutti.
La domanda non ha a che vedere con la programmazione, sposto in Macintosh e software.
![]()
Amaro C++, il gusto pieno dell'undefined behavior.
direttamente dalla documentazione MAMP: http://www.mamp.info/en/documentation/
How can I change the password of the MySQL root user?
Open the Mac OS Terminal Application (located in "/Applications/Utilities") and enter the following command line:
/Applications/MAMP/Library/bin/mysqladmin -u root -p password
replace with your new password.
Please bear in mind that you also have to change the phpMyAdmin configuration and probably your own php-scripts to use the newly created MySQL password. For changing the phpMyAdmin configuration edit the following file and update the password:
/Applications/MAMP/bin/phpMyAdmin-X.X.X/config.inc.php