First, I want to say that your hosting services are awesome. I searched since long time to find some nice offers but always there's problems like no mysql databases or small disk space or pop-ups ads and so on. So thank you zymic for what you are doing.
Here's my problem:
I want to connect to mysql database. Normally the code should looks like this:
CODE
mysql_connect("localhost", "username", "password");
mysql_select_db("mydatabase");
I can't find the sql address of the server. In this case the "localhost". I tried my website name, vndv.com and a lot of things. So please, can someone help me ??
P.S: Sorry for very bad english. I hope you can understand what I said.