MySQL is showing as offline on the service status thingies because of some changes to the firewall, but it is online; I just got Brandon to check for you over IRC.
Now it loads. But I'm getting this error on my WP login:
Warning: Cannot modify header information - headers already sent by (output started at /home/*/another/wp-config.php:62) in /home/*/another/wp-login.php on line 260
Warning: Cannot modify header information - headers already sent by (output started at /home/*/another/wp-config.php:62) in /home/*/another/wp-login.php on line 272
Those errors are script errors and not related to MySQL. It is telling you that something is being sent at the top of your script before the code, check and make sure there are no spaces or special characters.