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 ... (463814 views)
- Error no. 2003: Can't connect... (379507 views)
- SQLyog Version History (232625 views)
- Error no. 1045: "Connection denied..." (193447 views)
- Error No. 2005: Unknown MySQL server host... (175568 views)
- Error no. 1251: "Client does not support authentication..." (164070 views)
- Can I use SQLyog with the WINE Windows emulator ... (155782 views)
- What is HTTP-tunneling? (130488 views)
- What Is SSH and SSH-tunneling? (101979 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (99910 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 6 out of 14 Pages
- General Use: SQLyog seems to be very fast compared to other MySQL Tools. Why? Answer: Yes, SQLyog will completely "thrash" most other client software when it comes to raw speed. There are a handful of reasons: 1) Most client software uses ...
- General Use: Explanation of the SQLyog debug facility Answer: Before SQLyog version 5.2 we occasionally created special debug builds to make it possible to gather information from the system and the program in case ...
- Data Types and Storage Engines: Does SQLyog support spatial datatypes? Answer: Well .. both yes and no! 'spatial' (or 'geometrical'/'geodetical'/'geographical') datatypes are special datatypes used in conjunction with specific types of programs like GIS ('Geograhical Information Systems') ...
- Working with Views, Stored Procedures and Triggers: The "DELIMITER" command does not have effect. Why is that? Answer: Before SQLyog version 5.17 we used a DELIMTER format like Delimiter | ;and not onlyDelimiter | That was unlike the MySQL command-line client, but the ...
- Manipulating data.: Can I change my database name(s) Answer: NO ... and yes!Directly changing database names is not possible! It is not a restriction with SQLyog, but with MySQL itself. The reason is that ...
- Manipulating data.: Can I rename a database? Answer: NO... and yes! Directly changing database names is not possible! It is not a restriction with SQLyog, but with MySQL itself. The reason is that ...
- Database Schema Synchronization: Does the SQLyog 'Schema Sync Tool' synchronize the order-of-columns within a MySQL database table? Answer: Yes! That was included with SQLyog version 5.1. The SCHEMA SYNC tool now syncs all available information from the database schemas and can be ...
- Installation and Configuration: I am unable to run SQLyog in Wine/Ubuntu 10.4. What should I do? Answer: Wine has a known issue with Ubuntu 10.4. It is not only SQLyog that is affected by this. Lots of programs are. Best known affected ...
- Installation and Configuration: Installation and upgrading Answer: SQLyog is distributed with an automatic installer script. Just save it to your desktop and doubleclick the installation file. You will have ...
- Importing external data: What kind of ODBC databases are supported by SQLyog Import External Data Tool? Answer: Any! Simply. As long as they really are ODBC databases. But let us first define ODBC. We quote the Webopedia: ODBC ...