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 ... (465583 views)
- Error no. 2003: Can't connect... (381333 views)
- SQLyog Version History (234300 views)
- Error no. 1045: "Connection denied..." (195042 views)
- Error No. 2005: Unknown MySQL server host... (177217 views)
- Error no. 1251: "Client does not support authentication..." (165735 views)
- Can I use SQLyog with the WINE Windows emulator ... (157458 views)
- What is HTTP-tunneling? (132076 views)
- What Is SSH and SSH-tunneling? (103623 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (101551 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 11 out of 14 Pages
- HTTP(s)-tunneling: What should permissions be for the SQLyog tunneller file? Answer: We recommend the permission setting for the SQLyog tunneller file to be (in octal notation) 644. That means read permission for both 'owner', 'group' and ...
- Importing external data: Migration of columns defaults from MS Access fails with SQLyog Import External Data Tool. Answer: You experience that when importing data from Microsoft Access migration of columns defaults fail. This is a confirmed issue and we believe it is a problem ...
- Working with Views, Stored Procedures and Triggers: Nested C-style comments fail with MySQL 5.1 Answer: Nested comments written like /* external /* internal comment */ comment */ fail to execute with MySQL 5.1 and higher. It works before that. That is ...
- SSH-tunneling: SQLyog takes long time to connect when using SSH-tunnel. Answer: If SQLyog is taking long time (more than 5-10 seconds) to connect to your MySQL server using SSH tunneling then there could be problem with ...
- About Webyog support and about this FAQ: SQLyog is a client for the MySQL server - but what server versions are supported? Answer: The points below summarizes the situation as of August 2013: 1) We support MySQL versions (whether official MySQL builds or 'fork' builds) from 4.1.x and ...
- Program versions: Are there restrictions in the SQLyog TRIAL compared to the REGISTERED versions? Answer: The TRIAL is identical to SQLyog Ultimate with the the restrictions: * At startup as well as at exit it will show a window displaying how ...
- Connection problems: Error no. 2003: Can't connect... Answer: The error message Error No. 2003: Can't connect to MySQL server on 'localhost' (or some other host) simply means that connection is not possible for one of ...
- MySQL bugs that affect SQLyog: UPPERCASE in table names are LOWERCASE'd Answer: The early releases of MySQL server series 4.1.x had a bug that was corrected with the release of MySQL version 4.1.13. In the MySQL ...
- 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 ...
- Working with Views, Stored Procedures and Triggers: Why are Stored Procedures not created when I import an SQL-file? Answer: This is a privilege issue.You will probably get the error 1044 "Access denied ..." or 1370 "Alter routine command denied to user ...". ...