SQLyog: Difference between revisions

Content deleted Content added
Remove MySQL logo
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5
 
(245 intermediate revisions by more than 100 users not shown)
Line 1:
{{Third-party|date=December 2014}}
{{Infobox_Software
{{Infobox software
| name = SQLyog
|caption =
| logo =
|developer = Webyog
| screenshot =
|latest_release_version = 5.19
 
|operating_system = [[Windows]]
| caption = MySQL GUI
|genre = [[Relational database management system|RDBMS]]
| developer = Webyog, Inc.
|website = [http://webyog.com/en/]
| latest release version = {{SQLyog version}}
| latest release date = {{SQLyog version|releasedate}}
| programming language = [[C++]]
| operating system = [[Microsoft Windows]]
| size = 11.0MB
| language = English
| genre = Database administration tools
| license = Proprietary, GPL (Community Edition)
| website = [http://webyog.com/en/]
}}
'''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''' is a Graphical User Interface ([[GUI]]) for the popular Relational Database Management System ([[RDBMS]]) [[MySQL]]. The software is created by the software development company Webyog.
 
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>
==Program specifications==
 
===Platforms===
==Features==
SQLYog works only on the [[Windows]] platform however a version for [[Linux]] is rumoured to be in the making
 
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>
* 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]] [[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>
 
==Technical specification==
 
* Programmed and developed in [[C++]] using Win32 [[Application programming interface|API]]. No dependencies on runtimes ([[.NET Framework|.NET]], [[Java (software platform)|Java]] etc.).
* 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.
 
===Platforms===
 
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>
 
== Support ==
 
Webyog provides priority support to customers primarily through a ticket based support system.<ref>{{cite web|publisher=Webyog|accessdate=3 December 2014|title=Contact options|url=http://www.webyog.com/en/contact_us.php|url-status=dead|archiveurl=https://web.archive.org/web/20110831012415/http://www.webyog.com/en/contact_us.php|archivedate=31 August 2011}}</ref> Users of Community Edition can get support through [http://www.webyog.com/forums Webyog Forums] which has more than 15000 registered users. Webyog also maintains an extensive FAQ<ref>{{cite web| publisher=Webyog | accessdate=3 December 2014|title=FAQ|url=http://faq.webyog.com/}}</ref> for most commonly asked questions.
 
==See also==
* [[Comparison of database tools]]
 
== References ==
{{Reflist}}
 
== External links ==
* [httphttps://www.webyog.com/en/ OfficalOfficial WebYogWebyog home page] Official WebYog home page.
* [https://github.com/webyog/sqlyog-community Community Edition project page]
* [https://www.webyog.com/product/sqlyogFeatureListExpanded/ Comparison Sheet between Community and commercial editions]
* [https://www.webyog.com/webyog/sqlyogScreenShots/?ref=2 SQLyog Screenshots]
* [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]
 
{{MySQL}}
 
{{DEFAULTSORT:Sqlyog}}
[[Category:Graphical user interface]]
[[Category:Database administration tools]]