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
1 user online | 1 Guest and 0 Registered
Most popular FAQs
- I get error 1130 "Host is not allowed to ... (465624 views)
- Error no. 2003: Can't connect... (381366 views)
- SQLyog Version History (234342 views)
- Error no. 1045: "Connection denied..." (195076 views)
- Error No. 2005: Unknown MySQL server host... (177252 views)
- Error no. 1251: "Client does not support authentication..." (165770 views)
- Can I use SQLyog with the WINE Windows emulator ... (157493 views)
- What is HTTP-tunneling? (132112 views)
- What Is SSH and SSH-tunneling? (103660 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (101585 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 9 out of 14 Pages
- Using the GUI: I get error 1064 when executing (multiple) query(ies). Answer: This is not really a bug with MySQL but nevertheless an undocumented issue that causes a problem with execution of queries with comments. A series ...
- MySQL DATA synchronization: How can I speed up the SQLyog Synchronization tool? Answer: There are four important aspects of this:1) You must have sufficient bandwidth from the computer where the SQLyog Job Agent (SJA) is running to the ...
- General Use: Can I manage MySQL databases with SQLyog if database or column names are in a Answer: Yes! No problems!Read about SQLyog and character sets here. Also if the names of database objects use characters that are not available on your ...
- General questions about SJA: How do I execute a job with SJA with a single mouse-click? Answer: Being able do so can be practical if you want someone to be able to execute the SJA with some preconfigured jobfile without having any ...
- SQL Scheduler and Reporting Tool: Is it possible to execute Stored Procedures from SQLyog/SJA 'SQL Scheduler and Reporting Tool'? Answer: Yes, it is -Provided - of course - that the MySQL server version supports this. To execute a Stored Procedure simply include this SQLcall ...
- Backup/Restore: Does the SQLyog backup tool backup MySQL ver. 5 Objects? Answer: Yes it does!Stored Procedures, Functions, Triggers and Views are all backed up by the SQLyog backup tool (and restored by the restore functionality). That ...
- Database Schema Synchronization: Does the SQLyog 'Schema Sync Tool' synchronize MySQL objects (Stored Procedures, Functions, Triggers, Views and Answer: Yes, it does! That was included with SQLyog version 5.1. The SCHEMA SYNC tool now syncs all available information from the database schemas ...
- Importing external data: When I import CSV data using the SQLyog Import External Data Tool only first column Answer: It is not a SQLyog issue, but an issue with the Microsoft text-ODBC-driver. It isthe same issue as described here: http://www.webyog.com/faq/28_73_en.html:And in most of ...
- Data Types and Storage Engines: How do I control the parameters of DECIMAL data types with SQLyog? Answer: You can do that as attached picture explains.In the "Len" -column you write the parameters divided by comma " , ". This explanation applies ...
- MySQL bugs that affect SQLyog: Does SQLyog crash the MySQL server? Answer: No generally not! But MySQL has confirmed a bug that causes the MySQL server to crash when the server has UCS2 as the default ...