Hi, Help me, please.

I need connect to my Database on the Internet from home. I have a web with mysql database and I want she read from home.

- When I read database over my home-net then I write:
mysql_connect(IP ADRESS,"root")
and all is OK.

- When I read database in the Internet then i write:
mysql_connect("mysql.webzdarma.cz","username","password")
and all is OK.


Help me please how can connect to mysql-server over intenet from my computer when I have username and password.