Re: Connecting to MySQL server using https
Hello Ben, my name is Xavier and I'm a french student in Multimedia.
I think I can't help you but I have a similary problem. I don't know if your problem has been solved, but maybe you are able to help me...
I have a database in a HTTPS server, I can log manualy to it with an explorer, but when I use a php program to do queries, I can't connect to the database, I use a file named "connect.php":
$host="82.140.78.45"; (the server' adress is
https://82.140.78.45)
$user="user";
$psd="****";
...
Why this program can't connect to the database? Can you help me?
Thanks for your help,
Xav
Subject
Views
Written By
Posted
3129
September 28, 2005 06:15PM
Re: Connecting to MySQL server using https
2300
October 20, 2005 03:43AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.