I'm not sure if I'm posting this on the right thread, because it's not actually a question - it was a question before I solved it myself (although I don't know how I did it

I've recently joined this forums and started watching Halls' video tutorials on how to make an MMORPG, and I'm currently on a learning process from scratch.
I've actually watched all the videos before doing anything to kind of see where it is all going, and I'm now re-watching them to actually get on with the coding myself.
The thing is, I'm currently on a MacBook Pro 13" with OS X 10.6.2, so my software environment is different. I'm not a Mac fan-boy or anything like that. I've actually had this laptop for two months now and so far, although it does have some cool features, I'm largely unimpressed. I bought it out of curiosity because I needed a laptop for work. Ironic huh?
I started by searching the equivalent of WAMP for Mac, which wasn't difficult at all (turns out it's called MAMP actually, so no biggie there) and downloading it:
http://www.mamp.info/en/index.html
So far so good.
I followed the instructions on the first video and my test.php worked perfectly.

On the second video though I ran into a problem.
For some reason after creating the connect.php and changing the test.php with the exact same code as the videos, I'd always get a "Could not access database" error:



I investigated further because it could happen that for MAMP the default user and localhost names were not exactly the same, but I believe that was not the case:

I solved it by adding another user to the tutorial database on the privileges tab...
I created user James with password 1234:

And changed the connect.php accordingly:

And it worked.

Now I'm sure I went through a huge amount of unnecessary steps, but I'm a total noob on this grounds, and I tried to solve it as best I could.
Any comments on this process are appreciated. Also tell me if you dislike such image-intensive posting on this forums and I will use as few screenshots as I can to still keep things understandable in the future. I'm new here so please be gentle

As a final thought, my idea is to go through all of the tutorial videos on my Mac environment and document my own journey so it can be of use to future Mac users around here.
Sorry for the long post, and once again, any input is appreciated.
Thank you for reading!