Distant Mysql connection on www.free.fr
Posted: 24.10.2006, 23:27
Hi,
I try to learn how to use the ZeosLib to connect my Delphi 6 application to a Mysql database using easyphp 1.7.
I had no problem to connect me to the local database "localhost or 127.0.0.1" in the "hostname" parameter of the "ZConnection" component.
Then, i tryed to connect it to a distant database hosted at www.free.fr , and it doesn't work at all.
The parameters of my ZConnection :
(mydatabase.free.fr)
Database : mydatabase
Hostname : mydatabase.free.fr
password : xxxx
Port : 80
User : mydatabase
protocol : mysql
When i try to activate the connection, the component give me a error message saying he can't reach this hostname.
Is there anyone who can help me ?
Thank you
Aurélien
I try to learn how to use the ZeosLib to connect my Delphi 6 application to a Mysql database using easyphp 1.7.
I had no problem to connect me to the local database "localhost or 127.0.0.1" in the "hostname" parameter of the "ZConnection" component.
Then, i tryed to connect it to a distant database hosted at www.free.fr , and it doesn't work at all.
The parameters of my ZConnection :
(mydatabase.free.fr)
Database : mydatabase
Hostname : mydatabase.free.fr
password : xxxx
Port : 80
User : mydatabase
protocol : mysql
When i try to activate the connection, the component give me a error message saying he can't reach this hostname.
Is there anyone who can help me ?
Thank you
Aurélien