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
Most popular FAQs 
- I get error 1130 "Host is not allowed to ... (168935 views)
- Error no. 2003: Can't connect... (86025 views)
- SQLyog Version History (63790 views)
- Error no. 1045: "Connection denied..." (61206 views)
- Error no. 1251: "Client does not support authentication..." (58270 views)
- Error No. 2005: Unknown MySQL server host... (50037 views)
- What is HTTP-tunneling? (42204 views)
- What Is SSH and SSH-tunneling? (37965 views)
- Can I use SQLyog with the WINE Windows emulator ... (34823 views)
- Why are Stored Procedures not created when I import ... (34231 views)
Latest FAQs 
- SQLyog Version History (2012-01-26 08:20)
- SQLyog is a client for the MySQL server - ... (2011-11-04 04:48)
- I get error 1130 "Host is not allowed to ... (2011-11-01 05:21)
- Problems on Ubuntu 11.x (2011-10-29 13:02)
- Problems creating a functional DSN on 64 bit Windows. ... (2011-09-15 14:34)
Sticky FAQs
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 SQLyog 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