Software:SQLyog

From HandWiki
SQLyog
Developer(s)Webyog, Inc.
Stable release
Written inC++
Operating systemMicrosoft Windows
Size11.0MB
Available inEnglish
TypeDatabase administration tools
LicenseProprietary, GPL (Community Edition)
Websitehttp://webyog.com

SQLyog is a GUI tool for the RDBMS MySQL. It is developed by Webyog, Inc., based in Bangalore, India, and Santa Clara, California. SQLyog is being used by more than 30,000 customers worldwide and has been downloaded more than 2,000,000 times.[1]

History

SQLyog v0.9 was first released to the public in 2001 after eight months of development. SQLyog was available free of charge, but with closed source code, until v3.0 when it was made a fully commercial software. Nowadays SQLyog is distributed both as free software as well as several paid, proprietary, versions. The free software version is known as Community Edition[2] at GitHub. Paid versions are sold as Professional, Enterprise and Ultimate Editions.[3]

Features

Prominent features[4] of SQLyog are:

  • 64-bit binaries are available from version 11.0.[5]
  • Editor with syntax highlighting and various automatic formatting options
  • Intelligent Code Completion
  • Data manipulations (INSERT, UPDATE, DELETE) may be done from a spreadsheet-like interface. Both raw table data and a result set from a query can be manipulated.
  • Visual Schema Designer
  • Visual Query Builder
  • Query Formatter
  • Connectivity options: Direct client/server using MySQL API (SSL supported), HTTP/HTTPS tunneling, SSH tunneling
  • Wizard-driven tool for import of data from ODBC-databases
  • Backup Tool for performing unattended backups. Backups may be compressed and optionally stored as a file-per-table as well as identified with a timestamp.
  • "SQL Scheduler and Reporting Tool" - a tool for scheduling and automating execution of any sequence of SQL statements. Result of queries may be sent as HTML-formatted reports.
  • Schema/Structure Synchronization and Data Synchronization
  • Query Profiler and Redundant Index Finder
  • All automated jobs have mail alerting and reporting options.
  • Full character set/Unicode support
  • A "Data Search"[6] feature using a Google-type search syntax translated transparently for user to SQL.
  • Form view[7] to display one row at a time
  • Foreign key lookup
  • Visual Data Compare[8]

Technical Specification

  • Programmed and developed in C++ using Win32 API. No dependencies on runtimes (.NET, Java etc.).
  • Uses MySQL C API to communicate with MySQL servers. No dependencies on database abstraction layers (like ODBC/JDBC).
  • Uses SQLite to store internal data like Grid settings. Consequently, these settings are persistent across sessions on a per-table basis.

Platforms

SQLyog works on the Windows platform ranging from Windows Vista[9] to Windows 10. (Windows 9x/ME support was removed in version 5.0, Windows 2000 support stopped with version 8.6, and Windows XP support ended with version 12.5.) It has also been made to work under Linux and various Unixes (including macOS) using the Wine environment.[10] Further, a subset of SQLyog Enterprise/Ultimate functionalities are available with the free SJA (SQLyog Job Agent) for Linux as a native Linux utility. This makes it possible to specify and test "scheduled jobs" on a Windows environment and port execution parameters seamlessly to a Linux environment.[11]

Support

Webyog provides priority support to customers primarily through a ticket based support system.[12] Users of Community Edition can get support through Webyog Forums which has more than 15000 registered users. Webyog also maintains an extensive FAQ[13] for most commonly asked questions.

See also

References

  1. "Webyog | Manage, Monitor and Secure Your MySQL Servers". https://www.webyog.com/webyog/aboutUs. 
  2. "SQLyog Community Edition on Github". Webyog / Github. https://github.com/webyog/sqlyog-community. Retrieved 20 June 2016. 
  3. "Online Shop". Webyog. https://www.webyog.com/shop. Retrieved 3 December 2014. 
  4. "Comprehensive Feature List". Webyog. https://www.webyog.com/product/sqlyogFeatureListExpanded/. Retrieved 3 December 2014. 
  5. "MySQL GUI in 64 bit". Webyog. http://blog.webyog.com/2013/02/13/sqlyog-11-ga-your-favorite-mysql-gui-in-64-bit-avatar/. Retrieved 3 December 2014. 
  6. "MySQL Data Search". Webyog. http://www.webyog.com/blog/2011/06/09/mysql-data-search-data-at-your-finger-tips/. Retrieved 3 December 2014. 
  7. "Form View". Webyog. http://www.webyog.com/blog/2010/11/19/sqlyog-mysql-gui-8-7-released-form-view-improved-sql-formatter-and-more/. Retrieved 3 December 2014. 
  8. "Visual Data Compare". Webyog. http://blog.webyog.com/2012/12/11/visually-compare-mysql-data-and-sync-the-differences/. Retrieved 3 December 2014. 
  9. "SQLyog MySQL Admin FAQ - Installation and Configuration". http://faq.webyog.com/category/31/installation-and-configuration.html. 
  10. "SQLyog on Wine". Webyog. http://www.webyog.com/faq/5_71_en.html. Retrieved 3 December 2014. 
  11. "Version History - 2017 - SQLyog Knowledge Base". https://sqlyogkb.webyog.com/article/6-version-history-2017. 
  12. "Contact options". Webyog. Archived from the original on 31 August 2011. https://web.archive.org/web/20110831012415/http://www.webyog.com/en/contact_us.php. Retrieved 3 December 2014. 
  13. "FAQ". Webyog. http://faq.webyog.com/. Retrieved 3 December 2014. 

External links