Navigation
- FAQ Home
- All categories
- About Webyog support and about this FAQ
- About the SQLyog program
- Connection issues

- Using the GUI
- Managing your MySQL Database Systems

- Database Schema Synchronization
- MySQL DATA synchronization
- SQL Scheduler and Reporting Tool
- Importing external data
- Backup/Restore
- SQLyog Job Agent (SJA)

- Working with Views, Stored Procedures and Triggers
- Character Set and Localization Issues
- MySQL bugs that affect SQLyog
- Questions on Open Source and Compiling
- Sitemap
Most popular FAQs 
- I get error 1130 "Host is not allowed to ... (169366 views)
- Error no. 2003: Can't connect... (86310 views)
- SQLyog Version History (63975 views)
- Error no. 1045: "Connection denied..." (61371 views)
- Error no. 1251: "Client does not support authentication..." (58326 views)
- Error No. 2005: Unknown MySQL server host... (50214 views)
- What is HTTP-tunneling? (42290 views)
- What Is SSH and SSH-tunneling? (38087 views)
- Can I use SQLyog with the WINE Windows emulator ... (34956 views)
- Why are Stored Procedures not created when I import ... (34273 views)
Latest FAQs 
- SQLyog Version History (2012-01-26 08:20)
- SQLyog is a client for the MySQL server - ... (2011-11-04 04:48)
- I get error 1130 "Host is not allowed to ... (2011-11-01 05:21)
- Problems on Ubuntu 11.x (2011-10-29 13:02)
- Problems creating a functional DSN on 64 bit Windows. ... (2011-09-15 14:34)
Sticky FAQs
About the SQLyog program » General Use
I am behind firewall or router. Can I use SQLyog to manage a remote MySQL server?
Most routers have so-called NAT-functionality. It will let you access a remote server on any port, as long as the initial request for connection is originating from a computer behind the router. No configuration of the router should be necessary.
Most firewalls would per default block any outgoing connection from any program if the user has not accepted that this actual program is allowed to connect. Most "personal firewalls" would pop-up a question for the user whether connection should be allowed this time only, always, or never. There will be a GUI where to edit such "firewall-rules". Corporate hardware-based firewalls may need to be configured for users to reach certain ip-addresses, domain-names and use the MySQL port (3306).
The Windows XP built-in firewall does not interfere with outgoing traffic from your computer - basically it monitors incoming traffic only.
However if you connect with SQLyog to a MySQL server running on your 'localhost' most firewalls will consider this as "incoming traffic" since connection is established using the TCP-protocol. That is also true for the Windows XP firewall. Most firewalls will then ask user whether a "firewall rule" should be created that allows connection to the local server. However we have reports that the popular freeware firewall Zonealarm does not always. Then you must configure it yourself from the configuration menu.
In case of very restrictive security settings within an organization there is always the option to use HTTP-tunneling. That is always possible if you can reach the Internet with your browser. In some companies they only allow some specified user-agent for HTTP request. SQLyog sends the user-agent value similar to IE.
Tags: -
Related entries:
- Do I need PHP to use SQLyog with MySQL?
- SQLyog gives you the most options for connecting to MySQL
- Welcome to the SQLyog FAQ
- Installation and upgrading
- Buying and Licensing SQLyog
Last update: 2006-01-22 22:35
Author: Peter Laursen
Revision: 1.0
You can comment this FAQ