|
Inicio → WEBDEV 2024 → Run webdev site from local and connect to MySQL Server on the server problem |
Run webdev site from local and connect to MySQL Server on the server problem |
Iniciado por ouk.chanvicheka, 05,may. 2009 16:23 - No hay respuesta |
| |
| | | |
|
| |
Publicado el 05,mayo 2009 - 16:23 |
Dear everybody,
First, I develop a site in local and using natif access to connect to the mysql and I import mysql on the server to mysql on my local and the connection is ok. Hower, when change my webdev site on my local to connect to the real mysql on the server it gives error cannot connect so what is the problem....
Here is the code:
HDescribeConnection("ConnexionMySQL","root","" ,"localhost" ,"databaseName" ,hNativeAccessMySQL,hOReadWrite,"WD Connection Timeout = 300; WD Command Timeout=300")
HDescribeConnection("ConnexionMySQL","userName","password" ,"sql1.abc.oleane.net" ,"databaseName" ,hNativeAccessMySQL,hOReadWrite,"WD Connection Timeout = 300; WD Command Timeout=300")
For the local is working fine but when i change to the mysql server on the server from my website in my computer it gives me errors: cannot connect ...
Please help...., Best Regardds, Vicheka |
| |
| |
| | | |
|
| | | | |
| | |
|