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?
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.
- Adobe Master suite - since I am more familiar using Photoshop as photoediting tool.
- Firefox + Firebug - I love that bug!
- Xcode - need to learn this though.
- Cyberduck - for my FTP solutions
- And MAMP - local web server
So here's what I did:
1. I changed MySQL port to 3306. Go to MAMP > Preferences > Ports then change MySQL port.
killall -9 mysqld
3. Restart MAMP and whoolaaa!!! It is now running.