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
0 users online | 0 Guests and 0 Registered
Most popular FAQs
- I get error 1130 "Host is not allowed to ... (465581 views)
- Error no. 2003: Can't connect... (381331 views)
- SQLyog Version History (234299 views)
- Error no. 1045: "Connection denied..." (195041 views)
- Error No. 2005: Unknown MySQL server host... (177216 views)
- Error no. 1251: "Client does not support authentication..." (165734 views)
- Can I use SQLyog with the WINE Windows emulator ... (157457 views)
- What is HTTP-tunneling? (132075 views)
- What Is SSH and SSH-tunneling? (103622 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (101549 views)
Latest FAQs
- SQLyog Version History (2014-06-08 10:22)
- I get error 1130 "Host is not allowed to ... (2014-01-30 12:21)
- About CHUNKs and BULKs (2014-01-09 11:53)
- SQLyog is a client for the MySQL server - ... (2013-08-04 04:48)
- Problems creating a functional DSN on 64 bit Windows. ... (2013-07-22 08:34)
Sticky FAQs
Advanced search
78 search results
Page 3 out of 8 Pages
- SSH-tunneling: SQLyog takes long time to connect when using SSH-tunnel. Answer: If SQLyog is taking long time (more than 5-10 seconds) to connect to your MySQL server using SSH tunneling then there could be problem with ...
- Connection problems: Error No. 2005: Unknown MySQL server host... Answer: The error messageError No. 2005: Unknown MySQL server host 'some_URL_or_ip' simply means that connection is not possible for the following (or similar) reasons: A protocol is specified ...
- About Webyog support and about this FAQ: Types of support that Webyog offers Answer: Webyog offers 3 types of support.1) This FAQ2) The Forums3) Our web-based help-disk system at http://www.webyog.com/support/ttx.cgi.Help-disk is (in principle) for registered users with priority support ...
- General Use: I am behind firewall or router. Can I use SQLyog to manage a remote MySQL Answer: Most routers have so-called NAT-functionality. It will let you access a remote server on any port, as long as the initial request ...
- Connection problems: Error no. 1251: "Client does not support authentication..." Answer: Error no. 1251: "Client does not support authentication protocol requested by server - consider upgrading MySQL client" occurs when the hashing-method for storing password used ...
- Using the GUI: I get error 1064 when executing (multiple) query(ies). Answer: This is not really a bug with MySQL but nevertheless an undocumented issue that causes a problem with execution of queries with comments. A series ...
- MySQL DATA synchronization: What is the difference between MySQL server replication and SQLyog synchronization? Answer: Technically they are completely different. MySQL server replication basically operates in the way that the server defined as the 'slave' reads the binary log of ...
- Manipulating data.: Can I use SQLyog with the various SQL-modes available with MySQL? Answer: Well ... yes. But let us have a look of the concept of the sql-modes.SQL-modes were introduced with MySQL version 4.0 as a general ...
- MySQL bugs that affect SQLyog: Does SQLyog crash the MySQL server? Answer: No generally not! But MySQL has confirmed a bug that causes the MySQL server to crash when the server has UCS2 as the default ...
- Using the GUI: Does SQLyog GUI understand the meaning of special MySQL KEYWORDS. Answer: Yes it does! Starting from SQLyog version 5.1 specific MySQL KEYWORDs are given a special treatment by the GUI. The KEYWORDS supported like this currently are: NULL CURRENT_USER CURRENT_TIMESTAMP UTC_TIMESTAMP localtimestamp Also ...