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 ... (463745 views)
- Error no. 2003: Can't connect... (379433 views)
- SQLyog Version History (232556 views)
- Error no. 1045: "Connection denied..." (193385 views)
- Error No. 2005: Unknown MySQL server host... (175505 views)
- Error no. 1251: "Client does not support authentication..." (164006 views)
- Can I use SQLyog with the WINE Windows emulator ... (155717 views)
- What is HTTP-tunneling? (130426 views)
- What Is SSH and SSH-tunneling? (101915 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (99846 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
34 search results
Page 3 out of 4 Pages
- About the SQLyog program: I am already using GUI tools from MySQL. Why should I buy SQLyog? Answer: Because in most situations you will find that SQLyog is more simple to use and more intuitive than the tools from MySQL. During the time ...
- Data Types and Storage Engines: What Storage Engines are supported by SQLyog? Answer: Any! (well .. almost)Starting from SQLyog 5.2 the list of available Storage Engines (before MySQL 4.1 named 'Types') is not hard-coded into the program but ...
- Manipulating data.: Can I use the auto_increment attribute without using that column as a Primary Key. Answer: Yes! MySQL allows for that. The rules are:There can only be one auto_increment column in a tableThis column must be defined as a KEYWe ...
- Using the GUI: The 'remove comment' functionality does not remove all comments. Answer: SQLyog GUI provides an option to highlight any set of statements in the Editor and 'comment-out' those statements. And to revert back again (un-commenting) too, ...
- 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 ...
- 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 ...
- SQL Scheduler and Reporting Tool: Can I schedule CSV export and import? Answer: The CSV export and import functionality of the SQLyog GUI are not directly implemented in the SJA. But both are posible with relative simple SQL ...
- Database Schema Synchronization: Problem with string default '' (empty string) and Schema Synchronisation Answer: You experience that Schema Sync finds no difference for a string type declared NOT NULL default '' (empty string) and NOT NULL (with no default). This ...
- 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: I have full privileges to a database but cannot ALTER a routine. Why? Answer: You experience that you have full privileges to a database (described in GRANT syntax like GRANT ALL PRIVILEGES ON some_database.* TO 'me'@'somehost') but cannot ALTER ...