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
2 users online | 2 Guests and 0 Registered
Most popular FAQs
- I get error 1130 "Host is not allowed to ... (463610 views)
- Error no. 2003: Can't connect... (379295 views)
- SQLyog Version History (232413 views)
- Error no. 1045: "Connection denied..." (193261 views)
- Error No. 2005: Unknown MySQL server host... (175375 views)
- Error no. 1251: "Client does not support authentication..." (163871 views)
- Can I use SQLyog with the WINE Windows emulator ... (155573 views)
- What is HTTP-tunneling? (130301 views)
- What Is SSH and SSH-tunneling? (101782 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (99714 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
133 search results
Page 1 out of 14 Pages
- Program versions: SQLyog Version History Answer: Please refer relevant page in online documentation ...
- Installation and Configuration: Can I use SQLyog on a Mac? Answer: Not directly. We do not provide 'native' binaries for Mac OS-x. However there still are two different ways to run SQLyog on a Mac: 1) Using a ...
- Character Set and Localization Issues: Which MySQL Character Sets are supported by SQLyog? Answer: Starting from version 6.0 SQLyog offers complete support for all (single-byte and multi-byte unicode and non-unicode) character sets supported by the MySQL server.Also starting from ...
- Importing external data: Problems creating a functional DSN on 64 bit Windows. Answer: 64 bit Windows has more or less 'taken over the scene' from 32 bit Windows since the introduction of Windows 7 and recent hardware systems ...
- How does SQLyog connect to MySQL?: What should I enter as 'hostname' when connecting to a MySQL server at an ISP. Answer: It depends on the systems and the network settings at your ISP. The systems that ISP's operate are too numerous to mention. Some operate almost ...
- About the SQLyog program: SQLyog vs. phpMyAdmin Answer: Most MySQL users know and have some experience with the web-based phpMyAdmin 'frontend' for MySQL. We even sometimes (not quite infrequently actually) experience that ...
- SSH-tunneling: What Is SSH and SSH-tunneling? Answer: The Acronym SSH stands for Secure Shell Host. SSH was originally created to provide a secure way to access server systems at "low level", to ...
- 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 ...
- Using the GUI: How shall I understand the 'query execution time' that SQLyog gives me? Answer: SQLyog displays 'query execution time' for each query in three different places: The STATUS bar/line, the MESSAGES tab and the HISTORY tab. Let us explain what ...
- Backup/Restore: About CHUNKs and BULKs Answer: With the introduction of SQLyog version 5.1 fully configurable BULK and CHUNK settings were introduced. BULKs have been available for a while (but only ...