Hello,
1) Make sure port 3306 is open
2) Add an access host to allow yourself to connect to mysql:
User Level -> MySQL management -> username_dbname -> Add Access Host
Either add your local ip address, or add:
%
to allow any IP to connect (if you don't know your IP).
The user/pass is still needed with %.
John