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
24 users online | 24 Guests and 0 Registered
Most popular FAQs
- I get error 1130 "Host is not allowed to ... (460346 views)
- Error no. 2003: Can't connect... (375972 views)
- SQLyog Version History (229175 views)
- Error no. 1045: "Connection denied..." (190252 views)
- Error No. 2005: Unknown MySQL server host... (172270 views)
- Error no. 1251: "Client does not support authentication..." (160690 views)
- Can I use SQLyog with the WINE Windows emulator ... (152345 views)
- What is HTTP-tunneling? (127291 views)
- What Is SSH and SSH-tunneling? (98642 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (96588 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
78 search results
Page 4 out of 8 Pages
- 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 ...
- 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 ...
- Connection problems: I am able to connect using phpMyAdmin, but SQLyog won't let me connect. Answer: phpMyAdmin is running on the server itself so when connecting to MySQL with phpMyAdmin you are NOT connecting from a remote host! With SQLyog ...
- Connection problems: I get Error no. 2002. Can't connect to local MySQL server through socket ... Answer: This can occur when connecting using HTTP-tunneling to a MySQL server running on Unix/Linux platforms.MySQL writes this about this issue.How to cope with this ...
- Connection problems: I have a very long username for the MySQL database at my ISP. SQLyog Answer: Right! Because a MySQL user name is up to 16 characters long. The MySQL docs clearly state:MySQL usernames can be ...
- Backup/Restore: Can I back up more databases at one time? Answer: Yes! Support for this was added in the Scheduled Backup 'powertool' in SQLyog version 6.5. You can backup everything from the databases where you have ...
- Backup/Restore: Backup issue: Routines don't restore Answer: There are two known reasons for this: 1) It can be a privilege issue. It is described here. 2) Or it can be because ...
- About the SQLyog program: SQLyog vs. phpMyAdmin Answer: Most MySQL users know and have some experience with the web-based phpMyAdmin 'frontend' for MySQL. We even sometimes (not quite infrequently actually) experience that ...
- 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 ...
- Using the GUI: How shall I understand the 'query execution time' that SQLyog gives me? Answer: SQLyog displays 'query execution time' for each query in three different places: The STATUS bar/line, the MESSAGES tab and the HISTORY tab. Let us explain what ...