I made the mistake of trying to tweak something in MAMP (running MAMP on a Mac Pro) tonight and lost contact with the database.
When I reboot MAMP, I get the following message from Firefox: Checking MySQL database failed.
And the attempt to boot MAMP, brings up the following error message:
Error message:
/Applications/MAMP/Library/bin/mysqlcheck: Got error: 1045: Access denied for user 'root'@'localhost' (using password: YES) when trying to connect
Since the password is 'root' and the script attempts to use the password 'YES', how could I fix this?
Any help would be appreciated.
John Kendrick