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 ... (463627 views)
- Error no. 2003: Can't connect... (379311 views)
- SQLyog Version History (232428 views)
- Error no. 1045: "Connection denied..." (193276 views)
- Error No. 2005: Unknown MySQL server host... (175390 views)
- Error no. 1251: "Client does not support authentication..." (163893 views)
- Can I use SQLyog with the WINE Windows emulator ... (155595 views)
- What is HTTP-tunneling? (130316 views)
- What Is SSH and SSH-tunneling? (101799 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (99731 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
133 search results
Page 8 out of 14 Pages
- 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' ...
- 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 ...
- Using the GUI: I connect as a user who has GRANT option but User Management fails. Answer: To illustrate this we create such userGRANT ALL ON ´somedatabase´.* TO 'oneuser'@'localhost' WITH GRANT OPTION;As this user has ALL privileges to a specific database and ...
- Installation and Configuration: Can I do a 'Silent Install' when installing SQLyog? Answer: Yes, you can!Network Administrators generally have the most use for a silent install. What a silent install does is to install the application ...