22
Apr
ynasej
Being new in the OSx environment makes me so excited to try all the programs equivalent to my Windows applications, most especially the ones I use for Web Development and Programming.

So what have I installed so far?
  1. Adobe Master suite - since I am more familiar using Photoshop as photoediting tool.
  2. Firefox + Firebug - I love that bug!
  3. Xcode - need to learn this though.
  4. Cyberduck - for my FTP solutions
  5. And MAMP - local web server
But then when I tried running the servers, I can't seem to start MySQL. After consulting my bestfriend Mr. Google, I figured out the solution. Oh, I'm loving you so much my Google.

So here's what I did:

1. I changed MySQL port to 3306. Go to MAMP > Preferences > Ports then change MySQL port.

2. Open terminal and run this code:


killall -9 mysqld

3. Restart MAMP and whoolaaa!!! It is now running.