Content deleted Content added
No edit summary |
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5 |
||
(217 intermediate revisions by 93 users not shown) | |||
Line 1:
{{Third-party|date=December 2014}}
{{Infobox
| name = SQLyog
| logo =
| screenshot =
|
|
▲| latest release version = 6.5
▲| latest release date = [[1 April]] [[2008]]
▲| programming language = [[C%2B%2B]]
| operating system = [[Microsoft Windows]]
|
| language = English
|
|
|
}}
'''SQLyog''' is a [[Graphical user interface|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.<ref>{{Cite web|url=https://www.webyog.com/webyog/aboutUs|title=Webyog {{!}} Manage, Monitor and Secure Your MySQL Servers|website=www.webyog.com|access-date=2019-11-20}}</ref>
==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'''<ref>{{cite web| publisher=Webyog / Github | accessdate=20 June 2016|title=SQLyog Community Edition on Github|url=https://github.com/webyog/sqlyog-community}}</ref> at [[GitHub]]. Paid versions are sold as '''Professional''', '''Enterprise''' and '''Ultimate Editions'''.<ref>{{cite web| publisher=Webyog | accessdate=3 December 2014|title=Online Shop|url=https://www.webyog.com/shop}}</ref>
==Features==
Prominent features<ref>{{cite web| publisher=Webyog | accessdate=3 December 2014|title=Comprehensive Feature List|url=https://www.webyog.com/product/sqlyogFeatureListExpanded/}}</ref> of SQLyog are:
* 64-bit binaries are available from version 11.0.<ref>{{cite web | publisher=Webyog | accessdate=3 December 2014 | title=MySQL GUI in 64 bit | url=http://blog.webyog.com/2013/02/13/sqlyog-11-ga-your-favorite-mysql-gui-in-64-bit-avatar/ | archive-url=https://web.archive.org/web/20130221125801/http://blog.webyog.com/2013/02/13/sqlyog-11-ga-your-favorite-mysql-gui-in-64-bit-avatar/ | url-status=dead | archive-date=21 February 2013 }}</ref>
* Visual Schema Designer ▼
* Editor with [[syntax highlighting]] and various automatic formatting options
* Visual Query Builder ▼
* 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.
* Query Formatter
* Connectivity options: Direct client/server using [[MySQL]] [[Application programming interface|API]] ([[Transport Layer Security|SSL]] supported), [[Hypertext Transfer Protocol|HTTP]]/[[HTTPS]] tunneling, [[Secure Shell|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"<ref>{{cite web|publisher=Webyog|accessdate=3 December 2014|title=MySQL Data Search|url=http://www.webyog.com/blog/2011/06/09/mysql-data-search-data-at-your-finger-tips/|archive-url=https://web.archive.org/web/20110612203002/http://www.webyog.com/blog/2011/06/09/mysql-data-search-data-at-your-finger-tips/|url-status=dead|archive-date=12 June 2011}}</ref> feature using a Google-type search syntax translated transparently for user to SQL.
* Form view<ref>{{cite web|publisher=Webyog|accessdate=3 December 2014|title=Form View|url=http://www.webyog.com/blog/2010/11/19/sqlyog-mysql-gui-8-7-released-form-view-improved-sql-formatter-and-more/|archive-url=https://web.archive.org/web/20101122075741/http://www.webyog.com/blog/2010/11/19/sqlyog-mysql-gui-8-7-released-form-view-improved-sql-formatter-and-more/|url-status=dead|archive-date=22 November 2010}}</ref> to display one row at a time
* Foreign key lookup
* Visual Data Compare<ref>{{cite web | publisher=Webyog | accessdate=3 December 2014 | title=Visual Data Compare | url=http://blog.webyog.com/2012/12/11/visually-compare-mysql-data-and-sync-the-differences/ | archive-url=https://web.archive.org/web/20121215072602/http://blog.webyog.com/2012/12/11/visually-compare-mysql-data-and-sync-the-differences/ | url-status=dead | archive-date=15 December 2012 }}</ref>
* Programmed and developed in [[C++]] using Win32 [[Application programming interface|API]]. No dependencies on runtimes ([[.NET Framework|.NET]], [[Java (software platform)|Java]] etc.).
▲===Technical Specification===
* Uses [[MySQL]] C API to communicate with MySQL servers. No dependencies on [[database abstraction layer]]s (like [[ODBC]]/[[JDBC]]).
* Uses [[SQLite]] to store internal data like Grid settings. Consequently, these settings are persistent across sessions on a per-table basis.
SQLyog works on the [[Microsoft Windows|Windows]] platform ranging from [[Windows Vista]]<ref>{{Cite web|url=http://faq.webyog.com/category/31/installation-and-configuration.html|title=SQLyog MySQL Admin FAQ - Installation and Configuration|website=faq.webyog.com|access-date=2019-11-20}}</ref> 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 (software)|Wine]] environment.<ref>{{cite web|publisher=Webyog|accessdate=3 December 2014|title=SQLyog on Wine|url=http://www.webyog.com/faq/5_71_en.html|archive-date=18 March 2012|archive-url=https://web.archive.org/web/20120318085314/http://www.webyog.com/faq/5_71_en.html|url-status=dead}}</ref> 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.<ref>{{Cite web|url=https://sqlyogkb.webyog.com/article/6-version-history-2017|title=Version History - 2017 - SQLyog Knowledge Base|website=sqlyogkb.webyog.com|access-date=2019-11-20}}</ref>
▲===Platforms===
== Support ==
Webyog provides priority support to
==See also==
* [[Comparison of database tools]]
== References ==
{{Reflist}}
== External links ==
* [
* [
* [
* [https://web.archive.org/web/20120229041015/http://dev.mysql.com/tech-resources/interviews/rohit-nadhani-webyog.html Interview with Rohit Nadhani, ''MySQL AB'', August 23rd, 2006]
▲* [http://code.google.com/p/sqlyog/ Community Edition project page]
{{MySQL}}
[[Category:Database administration tools]]▼
{{DEFAULTSORT:Sqlyog}}
▲[[Category:Database administration tools]]
|