Re: Can't connect to MySQL server
hi david,
i suppose your provider runs mysql on a server that is not accessible directly from the web so you have to configure it through the phpmyadmin-tool.
when you use phpmyadmin, you don't have direct access to the database but you send the data to the (accessible) http-server which relays the data to the database and forwards the output back to you.
i don't think there is any way to access the database with odbc, but perhaps you can do a trick: try to write a http-interface to your phpmyadmin-tool that generates http-request to be processed by the tool (and finally the database).
greets
Achim
Subject
Written By
Posted
December 16, 2004 10:58AM
Re: Can't connect to MySQL server
December 18, 2004 05:18PM
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.