Posted by J.O. Aho on 08/11/07 20:18
Richard wrote:
> I need to connect remotely to my MySQL database but
> my hosting will not allow it.
> I have a couple of apps - PHPmaker and DataImport
> for MYsql that use a proxy php file in the root directory
> on my server to 'gain' access.
> Is there a generic php file that will allow access to the DB
> from other applications.
No, but you could build your own soap to run on the remote machine, and
then rewrite the application you use locally to use the soap instead of
the direct mysql connection.
--
//Aho
Navigation:
[Reply to this message]
|