Hi,
I have MySQL installed in my PC, and some databases already working.
Also, I have a webpage, but it's not in my PC, I'm paying for the hosting.
They support PHP but not MySQL.
So, what I want to do is to run the PHP scripts in the webpage and pull information from MySQL installed in my PC.
As an example, my IP is : 201.132.130.140 (I'm running a Dynamic to Static IP software, so my domain will be:
lotes.com
$conn=mysql_connect("lotes.com",$user,$pass);
I connect with the root username = root@localhost
That doesn't work, I get ths simple error:
Warning: Can't connect to MySQL server on 'lotes.com'
Please help....