Page 1 of 1

Acces remote MySql with Http

Posted: Tue 22 Oct 2013 13:44
by logihouse
I have a server:
http://www.logicoders.dk
where I have installed the Tunnel.php, so that
http://www.logicoders.dk/tunnel.php
works fine.
Now I want to connect to the database:
logicoders_dk
residing on the server.
How do I do that?

I know a username and password for the database.
I have no local Mysql database installed on my Pc.
I saw a tutorial on YouTube, but it seemed that now credentials were given on the remote database..
Any help appreciated..

Best regards
Thomas Riedel, Denmark

Re: Acces remote MySql with Http

Posted: Wed 23 Oct 2013 07:10
by alexa
Please try setting up a connection in dbForge as follows:

- On the 'General' tab, specify 'Host' relative to the web server (if the database is located on a web server, specify localhost), Port, User, Password.

- On the 'HTTP' tab, please select the 'Use HTTP tunnel' option (specify http://www.logicoders.dk/tunnel.php). If the web server is accessed through a proxy, select the 'Use proxy server' option and specify the corresponding settings.

Re: Acces remote MySql with Http

Posted: Tue 05 Nov 2013 10:26
by logihouse
Thanks. It seems that I get an error in the PHP script. I will come back shortly.