Remote connection by proxy script.
am 11.08.2007 21:06:19 von Richard
Greetings all.
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.
Am trying to use Excel MySQL Import without success.
Thanks in advance
Re: Remote connection by proxy script.
am 11.08.2007 22:18:55 von Shion
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