Please note: If this FAQ s empty you must choose English language from the drop-down-box below. Only English content is available as of now!
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
- Notification Services
- 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
- Instant Response
- Sitemap
Most popular FAQs 
- I get error 1130 "Host is not allowed to ... (115456 views)
- Error no. 2003: Can't connect... (52141 views)
- Error no. 1251: "Client does not support authentication..." (48108 views)
- Error no. 1045: "Connection denied..." (41364 views)
- SQLyog Version History (39983 views)
- What is HTTP-tunneling? (29309 views)
- Error No. 2005: Unknown MySQL server host... (28392 views)
- What Is SSH and SSH-tunneling? (25510 views)
- Why are Stored Procedures not created when I import ... (23484 views)
- Do I need PHP to use SQLyog with MySQL? ... (21527 views)
Latest FAQs 
- SQLyog Version History (2010-03-09 03:20)
- SQLyog is a client for the MySQL server - ... (2009-09-11 07:48)
- Can I use SQLyog with the various SQL-modes available ... (2009-08-20 08:02)
- Failed dependency for libstdc++.so.5 error (2009-08-13 11:22)
- Wrong results are returned for FOUND_ROWS(). (2009-08-12 06:31)
About the SQLyog program
SQLyog vs. phpMyAdmin
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 users think that phpMyAdmin and even the PHP language is an integrated part of MySQL itself. But that is not the case at all.
There is nothing bad about phpMyAdmin. It is an almost complete data manager for MySQL. And being a web-based tool you can have it available from any server running the LAMP or WAMP software 'stack'. You do not need to have anything installed on your local machine. That is the advantage of it.
However, the fact that is a web-based tool is also the reason for its limitations. No web-based tool (not even when making use of the AJAX concept (using advanced stylesheets and javascript extensively)) will ever be as efficient as a true compiled binary as SQLyog. For the simple reason that with SQLyog only data themselves need to be transferred - all GUI elements (menus, text, buttons and similar objects) origin from the SQLyog installation on the client machine and need not be transferred over the Internet.
With SQLyog you won't have to wait for annoying page-refreshes of your browser, and you will see your productivity increase rapidly. Also context-sensitive menus and inline-help is immediately available. And a full-featured set of user-friendly keyboard-shortcuts as well. And much more of the stuff than it will ever be possible to implement in a web browser.
Also from time to time we hear from users something like: 'My ISP tells me that they do not allow connections from outside. I will need to use phpMyAdmin'. That is sheer ignorance on behalf of that ISP-person saying so! SQLyog changes the rules of the game. Just by uploading a single PHP page to your web server, you can use all the cool features of SQLyog. The PHP page exposes the MySQL API as a set of web-services that can be consumed by SQLyog. Even when connected to a remote mySQL server with HTTP you will experience much faster operation than any browser-based tools can do. And SQLyog allows for safely encrypted HTTPS- and SSH-based connections too.
In addition SQLyog Professional, Enterprise and Ultimate gives you 'powertools' that you won't find similar in phpMyAdmin and an 'auto-complete' feature, that is quite unique.
Tags: -
Related entries:
- Do I need PHP to use SQLyog with MySQL?
- SQLyog gives you the most options for connecting to MySQL
- Welcome to the Webyog FAQ
- Installation and upgrading
- Buying and Licensing SQLyog
Last update: 2007-06-21 07:41
Author: Peter Laursen
Revision: 1.0
You can comment this FAQ