Checking the MySQL databases failed.
Error message:
/Applications/MAMP/Library/bin/mysqlcheck: Got error: 1045: Access denied for user ‘root’@’localhost’ (using password: YES) when trying to connect
解决方案:
打开文件:
Application/MAMP/bin/checkMysql.sh
1 |
|
将-p root
中的root
修改为你现在使用的密码。