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 ... (466300 views)
- Error no. 2003: Can't connect... (382052 views)
- SQLyog Version History (234980 views)
- Error no. 1045: "Connection denied..." (195690 views)
- Error No. 2005: Unknown MySQL server host... (177887 views)
- Error no. 1251: "Client does not support authentication..." (166421 views)
- Can I use SQLyog with the WINE Windows emulator ... (158139 views)
- What is HTTP-tunneling? (132734 views)
- What Is SSH and SSH-tunneling? (104284 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (102215 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
131 search results
Page 4 out of 14 Pages
- 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 ...
- SSH-tunneling: SSH error messages Answer: Starting from SQLyog version 5.15 we have improved the error message handling in relation to SSH-tunnel. The most common error messages now are: SSH - related:"FATAL ...
- About the SQLyog program: SQLyog has got far too many features for me! Can't it be more simple? Answer: This is a question that we - with different variations - hear from time to time. It is a classic problem with all powerful software ...
- Using the GUI: How do I define TIMESTAMP properties with SQLyog? Answer: The TIMESTAMP datatype is the MySQL datatype that causes most problems. Basically there are three reasons for this * The implementation for the TIMESTAMP type ...
- Data Types and Storage Engines: Tables with Floating Point Datatypes Fail to Update Answer: Floating Point datatypes in MySQL are FLOAT, DOUBLE and (before MySQL 5.03) DECIMAL. Those datatypes are not stored as exact values inside computer architecture. What you ...
- 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 ...
- Importing external data: What is and what is not imported by the SQLyog Import External Data Tool? Answer: The SQLyog Import External Data Tool as of SQLyog 4.1 and later will importDATA and it will - of course - create the type definitions ...
- Importing external data: Can I perform "incremental import" with the SQLyog Import External Data Tool? Answer: Yes! The SQLyog Import External Data Tool was developed with that feature in mind from the very beginning. To do this you must understand ...
- General Use: Error messages Answer: SQLyog will present you for different types of errors: 1) MySQL server errors. They are described here. They all have a 4 digit number starting ...
- General Use: Does SQLyog provide Server statistics? Answer: No! This is not the 'scope' or the 'purpose' of SQLyog. SQLyog is primarily a tool for DATA MANAGEMENT with MySQL. Not ...