Ever gone to boot up MAMP, apache starts fine but then MYSQL refuses to? I've run into this problem on many occasions and in most cases the following method works: 1. Shut down MAMP. 2. Open Terminal or iTerm and type 'killall -9 mysqld' (Note you may need to type 'sudo' at the beginning if... View Article