SQLyog

From Wikipedia, the free encyclopedia
SQLyog

MySQL GUI
Developer(s) Webyog, Inc.
Stable release 11.31 / January 3, 2014 (2014-01-03)
Development status Active
Written in C++
Operating system Microsoft Windows
Size 11.0MB
Available in English
Type Database administration tools
License Proprietary, GPL (Community Edition)
Website http://webyog.com

SQLyog is a GUI tool for the RDBMS MySQL. It is developed by Webyog, Inc. based out of Bangalore, India and Santa Clara, California.

History

SQLyog v0.9 was first released to the public in 2001 as closed source free software after eight months of development. SQLyog was freely available until v3.0 when it was made commercial software. SQLyog is available in free as well as paid versions. The free version is known as Community Edition and is available as an open source project[1] at Google Code. Paid version are sold as Professional, Enterprise and Ultimate Editions.[2]

Features

Prominent features[3] of SQLyog are:

  • 64 bit binaries are available from version 11.0.
  • Tabbed interface for connections. Connections can be given a color for identification.
  • 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.
  • Rich context menus etc. for performing common tasks without writing SQL.
  • 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.
  • Optionally portable. All files used by SQLyog may be saved to a removable drive etc.
  • A 'Data Search'[4] feature using a Google-type search syntax translated transparently for user to SQL.
  • Form view[5] to display one row at a time - a great way to enter/edit data.
  • Foreign key lookup.

Program specifications

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 starting from Windows XP/Windows 2003 to Windows 7/Server 2008 R2 (Windows 9x/ME support was removed in version 5.0 primarily because of lack of unicode support in those early Windows versions and Windows 2000 support stopped with version 8.6). It has also been made to work under Linux and various Unix's (including Mac OS X) using the Wine environment.[6] 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.

Support

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

See also

References

External links

This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.