Hey, the MySQL Problem. I can fix that.
You need to open terminal on linux or mac, and find the php.ini configuration file. If you can't find it look for php.ini.default. If that exists, type in terminal: cd php.ini directory,
sudo cp php.ini.defaule php.ini
That will give you a new file.
I...