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 ... (463591 views)
- Error no. 2003: Can't connect... (379271 views)
- SQLyog Version History (232395 views)
- Error no. 1045: "Connection denied..." (193244 views)
- Error No. 2005: Unknown MySQL server host... (175358 views)
- Error no. 1251: "Client does not support authentication..." (163854 views)
- Can I use SQLyog with the WINE Windows emulator ... (155555 views)
- What is HTTP-tunneling? (130284 views)
- What Is SSH and SSH-tunneling? (101764 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (99696 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
36 search results
Page 1 out of 4 Pages
- Program versions: SQLyog Version History Answer: Please refer relevant page in online documentation ...
- Manipulating data.: I have problems with importing CSV data Answer: Problems with importing CSV-files frequently occur at the Webyog Forums. We will here outline the basics.1) What is CSV?CSV stands for 'Comma Separated Values'. ...
- 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 ...
- Using the GUI: Can I store 'long strings' in BLOBs with SQLyog? Answer: Yes, you can. But basically you should consider a better option! BLOB types are 'BINARY LONG' data. It is intended for storing binary data ...
- Character Set and Localization Issues: My special characters display as 'noisy' Latin characters in SQLyog! Answer: Most likely the reason for this is that the install script of the application that is used with the data did not explicitly create databases ...
- Backup/Restore: What encoding is used for files saved by SQLyog? Answer: Starting from SQLyog version 6.0 every file stored by SQLyog is UTF8-encoded. That applies to:configuration files and log files (.ini, .log , .err)SQL-files generated by ...
- Using the GUI: Do I need to SET NAMES to display characters of my language? Answer: No, you won't. SQLyog does all what is required! With the introduction of SQLyog version 6 SQLyog always uses UTF8 internally. Whenever SQLyog communicates ...
- Backup/Restore: Can I restore a backup on another server than where it was created? Answer: Yes, you can. But please first also read this FAQthat explains the basics about the backup functionalities in SQLyog. As long as the 'main' Server versions are identical ...
- Importing external data: How Do I Remove Duplicates From My Databases? Answer: Removing duplicate rows from database tables can be a problem. The problem is that with the common SQL syntaxDELETE FROM mytable WHERE {where condition};.. ...
- 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 ...