forums › forums › SQLyog › Using SQLyog › Http Tunneling Not Working (completely)
- This topic is empty.
-
AuthorPosts
-
-
February 24, 2006 at 4:02 pm #9502jbsoundMember
I have a problem accessing a remote server through the HTTP tunneling protocol. MySQL on the server should be working properly, as the web application I developed works just fine using the database and tables. Only SQLyogTunnel.php doesn't seem to work right.
When trying to access the remote database with SQLyog (HTTP Tunnel), I initially get a list of tables returned and for most part can access the tables, alter them and do queries on them.
However, any of the synchronzation tools will essentially yield errors. The HTTP error returned is always the same:
You don't have permission to access /sqlyog/SQLyogTunnel.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I put the tunnel php file in a separte folder to play around with the permissions. Didn't seem to have an impact, even with everything wide open.
Many times I get a partial list in the SST, and the buttons at the bottom are disabled.
Anyone have any ides where I can start debugging the issue?
JB
-
February 24, 2006 at 4:51 pm #20707peterlaursenParticipant
a sync tool will have to access the tunnel file A LOT of times before it has finished.
Looks like system 'forgets' privileges after some reads. Or just can't handle so many reads so fast.
I am not in doubt that this is an issue with the configuration. But that is not same as SQLyog could not be improved to handle such situations.
You will need to give very detailed information about every piece of software involved (version, configurations) . And if it is a *nix then some Forum for the actual *nix version/family probably is best chance.
-
-
AuthorPosts
- You must be logged in to reply to this topic.