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 ... (465646 views)
- Error no. 2003: Can't connect... (381386 views)
- SQLyog Version History (234362 views)
- Error no. 1045: "Connection denied..." (195095 views)
- Error No. 2005: Unknown MySQL server host... (177275 views)
- Error no. 1251: "Client does not support authentication..." (165790 views)
- Can I use SQLyog with the WINE Windows emulator ... (157512 views)
- What is HTTP-tunneling? (132130 views)
- What Is SSH and SSH-tunneling? (103679 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (101604 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 7 out of 14 Pages
- General Use: What kind of databases does SQLyog support? Answer: SQLyog is a Frontend / a GUI tool (or whatever you may call it!) for administering MySQL databases, and MySQL databases ...
- How does SQLyog connect to MySQL?: How do connection names resolve to ip's? Answer: NOTE: This is not a typical FAQ article. It does not answer questions about the SQLyog program as such. But we experience quite ...
- Using the GUI: Is the SQLyog 'auto-complete' feature exact for each MySQL version? Answer: No, not yet!The SQLyog version 5.1 ships with an embedded database of keywords and functions that is exact for MySQL version 3.23. We ...
- Importing external data: I have a large # of .csv files. Can SQLyog import them all in one Answer: The SQLyog Enterprise and Ultimate versions can do that! You will then need to use the Import External Data Tool with the Microsoft text-ODBC-driver, ...
- HTTP(s)-tunneling: I get version mismatch during HTTP Tunneling: Answer: This simply tells that there is a version mismatch between the PHP script ('SQLyogTunnel.php') that is uploaded on the server and the SQLyog client code ...
- Purchasing and Licensing: What are the various ways of getting and buying SQLyog? Answer: SQLyog is distributed in electronic form only. We do not ship physical products. Most of the time new versions are released at short intervals and ...
- 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, ...
- 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};.. ...
- HTTP(s)-tunneling: Internal web server error / HTTP error 500 Answer: If you get this error (when HTTP-tunnelling in SQLyog and when connecting from a browser respectively) please check that that the permission setting for the ...
- Character Set and Localization Issues: Special characters entered from 'mysql' command line display wrong in SQLyog (and vice versa). Answer: This is not a bug with SQLyog and MySQL AB does not consider it a bug with the command line either. It is a 'limitation' ...