Kërceni tek përmbajtja

MySQL

Nga Wikipedia, enciklopedia e lirë
Versioni i datës 7 mars 2022 19:10 nga Smallem (diskuto | kontribute) (Heqje e lidhjeve multimediale të prishura (via JWB))
MySQL
Skeda:MySQL.svg
ZhvilluesOracle (formerly Sun, formerly MySQL AB)
Versioni i parë23 May 1995 (1995-05-23)
Versioni i fundit5.6.15 / 3 dhjetor 2013; 11 vite më parë (2013-12-03)[1]
Gjuhet e programimitC, C++[2]
Sistemi operativCross-platform
Gjuhët e mundshmeen
Përdoret përRDBMS
LicencaProprietary EULA
MySQL Community Edition: GNU General Public License (version 2)[3]
Faqja zyrtarewww.mysql.com
dev.mysql.com

MySQL ( /m ˌɛskjuːˈɛl/ "My S-Q-L",[4] e quajtur zyrtarisht , por e quajtur edhe /m ˈskwəl/ "My Sequel") eshte (sipas korrik 2013) [nb 1] e perdorur gjeresisht [7][8] dhe eshte nje sistem menaxhimi i sistemit te te dhenave realcionale.(RDMBS) dhe eshte open-source.[9] It is named after co-founder Michael Widenius's daughter, My.[10] The SQL phrase stands for Structured Query Language.[4]

MySQL development project has made its source code available under the terms of the GNU General Public License, as well as under a variety of proprietary agreements. MySQL was owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, now owned by Oracle Corporation.[11]

MySQL eshte nje zgjedhje popullore e databazes per perdorim ne web applications, and is a central component of the widely used LAMP open source web application software stack (and other 'AMP' stacks). LAMP is an acronym for "Linux, Apache, MySQL, Perl/PHP/Python." Free-software-open source projects that require a full-featured database management system often use MySQL.

For commercial use, several paid editions are available, and offer additional functionality. Applications which use MySQL databases include: TYPO3, MODx, Joomla, WordPress, phpBB, MyBB, Drupal and other software. MySQL is also used in many high-profile, large-scale websites, including Wikipedia,[12] Google[13][14] (though not for searches), Facebook,[15][16][17] Twitter,[18] Flickr,[19] and YouTube.[20]

Nderfaqet

MySQL Workbench in Windows

MySQL is a relational database management system (RDBMS), and ships with no GUI tools to administer MySQL databases or manage data contained within the databases. Users may use the included command line tools,[21][22] or use MySQL "front-ends", desktop software and web applications that create and manage MySQL databases, build database structures, back up data, inspect status, and work with data records.[23][24][25][26] The official set of MySQL front-end tools, MySQL Workbench is actively developed by Oracle, and is freely available for use.[27]

Graphical

The official MySQL Workbench is a free integrated environment developed by MySQL AB, that enables users to graphically administer MySQL databases and visually design database structures. MySQL Workbench replaces the previous package of software, MySQL GUI Tools. Similar to other third-party packages, but still considered the authoritative MySQL front end, MySQL Workbench lets users manage database design & modeling, SQL development (replacing MySQL Query Browser) and Database administration (replacing MySQL Administrator).

MySQL Workbench is available in two editions, the regular free and open source Community Edition which may be downloaded from the MySQL website, and the proprietary Standard Edition which extends and improves the feature set of the Community Edition.

Third-party proprietary and free graphical administration applications (or "front ends") are available that integrate with MySQL and enable users to work with database structure and data visually. Some well-known front ends, in alphabetical order, are:

  • Adminer – a free MySQL front end written in one PHP script, capable of managing multiple databases, with many CSS skins available.
  • DaDaBIK – a customizable CRUD front-end to MySQL. Written in PHP. Commercial.
  • DBEdit – a free front end for MySQL and other databases.
  • HeidiSQL – a full featured free front end that runs on Windows, and can connect to local or remote MySQL servers to manage databases, tables, column structure, and individual data records. Also supports specialised GUI features for date/time fields and enumerated multiple-value fields.[28]
  • LibreOffice Base - LibreOffice Base allows the creation and management of databases, preparation of forms and reports that provide end users easy access to data. Like Microsoft Access, it can be used as a front-end for various database systems, including Access databases (JET), ODBC data sources, and MySQL or PostgreSQL.[29]
  • Navicat – a series of proprietary graphical database management applications, developed for Windows, Macintosh and Linux.
  • OpenOffice.org – OpenOffice.org Base can manage MySQL databases if the entire suite is installed. Free and open-source.
  • phpMyAdmin – a free Web-based front end widely installed[nevojitet citimi] by web hosts, since it is developed in PHP and is included in the LAMP stack, MAMP, XAMPP and WAMP software bundle installers.
  • SQLBuddy - a free Web-based front end, developed in PHP.
  • SQLyog - commercial, but there is also a free 'community' edition available.
  • Toad for MySQL – a free development and administration front end for MySQL from Quest Software

Other available proprietary MySQL front ends include dbForge Studio for MySQL, DBStudio, Epictetus, Microsoft Access, Oracle SQL Developer, SchemaBank, SQLPro SQL Client, Toad Data Modeler.

Command line

MySQL ships with many command line tools, from which the main interface is 'mysql' client.[21][22] Third-parties have also developed tools to manage, optimize, monitor and backup a MySQL server, some listed below. All these tools work on *NIX type operating systems, and some of them also on Windows.

  • Maatkit - a cross-platform toolkit for MySQL, PostgreSQL and Memcached, developed in Perl.[30] Maatkit can be used to prove replication is working correctly, fix corrupted data, automate repetitive tasks, and speed up servers. Maatkit is included with several Linux distributions such as CentOS and Debian and packages are available for Fedora and Ubuntu as well. As of late 2011, Maatkit is no longer developed, but Percona has continued development under the Percona Toolkit brand.[31]
  • XtraBackup - Open Source MySQL hot backup software. Some notable features include hot, non-locking backups for InnoDB storage, incremental backups, streaming, parallel-compressed backups, throttling based on the number of IO operations per second, etc.[32]
  • MySQL::Replication - a replacement for MySQL's built-in replication, developed in Perl.[33] MySQL::Replication can be used to create a peer-to-peer, multi-master MySQL replication network.
  • SymmetricDS - asynchronous MySQL multi-master replication capable of multi-tier replication and designed for a large number of databases across low-bandwidth connections. Licensed as open source (GPL) with commercial options from JumpMind.

Programimi

MySQL punon ne shume system platforms, perfshire edhe AIX, BSDi, FreeBSD, HP-UX, eComStation, i5/OS, IRIX, Linux, OS X, Microsoft Windows, NetBSD, Novell NetWare, OpenBSD, OpenSolaris, OS/2 Warp, QNX, Solaris, Symbian, SunOS, SCO OpenServer, SCO UnixWare, Sanos and Tru64. A port of MySQL to OpenVMS also exists.[34]

MySQL is written in C and C++. Its SQL parser is written in yacc, but it uses a home-brewed lexical analyzer.[35] Many programming languages with language-specific APIs include libraries for accessing MySQL databases. These include MySQL Connector/Net for integration with Microsoft's Visual Studio (languages such as C# and VB are most commonly used) and the JDBC driver for Java. In addition, an ODBC interface called MyODBC allows additional programming languages that support the ODBC interface to communicate with a MySQL database, such as ASP or ColdFusion. The HTSQL - URL-based query method also ships with a MySQL adapter, allowing direct interaction between a MySQL database and any web client via structured URLs.

Features

Që prej prill 2009, MySQL offered MySQL 5.1 in two different variants: the open source MySQL Community Server and the commercial Enterprise Server. MySQL 5.5 is offered under the same licences.[36] They have a common code base and include the following features:

  • A broad subset of ANSI SQL 99, as well as extensions
  • Cross-platform support
  • Stored procedures, using a procedural language that closely adheres to SQL/PSM[37]
  • Triggers
  • Cursors
  • Updatable views
  • Information schema
  • Strict mode (ensures MySQL does not truncate or otherwise modify data to conform to an underlying data type, when an incompatible value is inserted into that type)
  • X/Open XA distributed transaction processing (DTP) support; two phase commit as part of this, using Oracle's InnoDB engine
  • Independent storage engines (MyISAM for read speed, InnoDB for transactions and referential integrity, MySQL Archive for storing historical data in little space)
  • Transactions with the InnoDB and NDB Cluster storage engines; savepoints with InnoDB
  • SSL support
  • Query caching
  • Sub-SELECTs (i.e. nested SELECTs)
  • Replication support (i.e. Master-Master Replication & Master-Slave Replication) with one master per slave, many slaves per master.[38] Multi-master replication is provided in MySQL Cluster,[39] and multi-master support can be added to unclustered configurations using Galera Cluster.[40]
  • Full-text indexing and searching using MyISAM engine
  • Embedded database library
  • Unicode support (however prior to 5.5.3 UTF-8 and UCS-2 encoded strings are limited to the BMP, in 5.5.3 and later use utf8mb4 for full unicode support)
  • ACID compliance when using transaction capable storage engines (InnoDB and Cluster)[41]
  • Partitioned tables with pruning of partitions in optimizer
  • Shared-nothing clustering through MySQL Cluster
  • Hot backup (via mysqlhotcopy) under certain conditions[42]
  • Multiple storage engines, allowing one to choose the one that is most effective for each table in the application (in MySQL 5.0, storage engines must be compiled in; in MySQL 5.1, storage engines can be dynamically loaded at run time):
  • Commit grouping, gathering multiple transactions from multiple connections together to increase the number of commits per second. (PostgreSQL has an advanced form of this functionality[44])

The developers release monthly versions of the MySQL Server. The sources can be obtained from MySQL's website or from MySQL's Bazaar repository, both under the GPL license.

Limitet

Like other SQL databases, MySQL does not currently comply with the full SQL standard for some of the implemented functionality, including foreign key references when using some storage engines other than the 'standard' InnoDB (or third-party engines which supports foreign keys).[45]

Triggers are currently limited to one per action / timing, i.e. maximum one after insert and one before insert on the same table.[46] There are no triggers on views.[46]

MySQL, like most other transactional relational databases, is strongly limited by hard disk performance. This is especially true in terms of write latency.[47] Given the recent appearance of very affordable consumer grade SATA interface Solid-state drives that offer zero mechanical latency, a fivefold speedup over even an eight drive RAID array can be had for a smaller investment.[48][49]

MySQL database's inbuilt functions like UNIX_TIMESTAMP() will return 0 after 03:14:07 UTC on 19 January 2038.[50]

Deployment

The LAMP software bundle (here additionally with Squid). A high performance and high-availability solution for a hostile environment

MySQL can be built and installed manually from source code, but this can be tedious so it is more commonly installed from a binary package unless special customizations are required. On most Linux distributions the package management system can download and install MySQL with minimal effort, though further configuration is often required to adjust security and optimization settings.

Though MySQL began as a low-end alternative to more powerful proprietary databases, it has gradually evolved to support higher-scale needs as well. It is still most commonly used in small to medium scale single-server deployments, either as a component in a LAMP-based web application or as a standalone database server. Much of MySQL's appeal originates in its relative simplicity and ease of use, which is enabled by an ecosystem of open source tools such as phpMyAdmin. In the medium range, MySQL can be scaled by deploying it on more powerful hardware, such as a multi-processor server with gigabytes of memory.

There are however limits to how far performance can scale on a single server ('scaling up'), so on larger scales, multi-server MySQL ('scaling out') deployments are required to provide improved performance and reliability. A typical high-end configuration can include a powerful master database which handles data write operations and is replicated to multiple slaves that handle all read operations.[51] The master server synchronizes continually with its slaves so in the event of failure a slave can be promoted to become the new master, minimizing downtime. Further improvements in performance can be achieved by caching the results from database queries in memory using memcached, or breaking down a database into smaller chunks called shards which can be spread across a number of distributed server clusters.[52]

Ensuring high availability requires a certain amount of redundancy in the system. For database systems, the redundancy traditionally takes the form of having a primary server acting as a master, and using replication to keep secondaries available to take over in case the primary fails. This means that the "server" that the application connects to is in reality a collection of servers, not a single server. In a similar manner, if the application is using a sharded database, it is in reality working with a collection of servers, not a single server. In this case, a collection of servers is usually referred to as a farm.[53]

One of the projects aiming to provide high availability for MySQL is MySQL Fabric, an integrated system for managing a collection of MySQL servers, and a framework on top of which high availability and database sharding is built. MySQL Fabric is open-source and is intended to be extensible, easy to use, and to support procedure execution even in the presence of failure, providing an execution model usually called resilient execution. MySQL client libraries are extended so they are hiding the complexities of handling failover in the event of a server failure, as well as correctly dispatching transactions to the shards. As of September 2013, there is currently support for Fabric-aware versions of Connector/J, Connector/PHP, Connector/Python, as well as some rudimentary support for Hibernate and Doctrine. As of November 2013, MySQL Fabric is still in an early alpha development stage.[53][54]

Cloud deployment


MySQL can also be run on cloud computing platforms such as Amazon EC2. Listed below are some common deployment models for MySQL on the cloud:

  • Virtual Machine Image - cloud users can upload a machine image of their own with MySQL installed, or use a ready-made machine image with an optimized installation of MySQL on it, such as the one provided by Amazon EC2.[55]
  • MySQL as a Service - some cloud platforms offer MySQL "as a service". In this configuration, application owners do not have to install and maintain the MySQL database on their own. Instead, the database service provider takes responsibility for installing and maintaining the database, and application owners pay according to their usage.[56] Notable cloud-based MySQL services are the Amazon Relational Database Service; the Xeround Cloud Database, which runs on EC2; Rackspace; HP Converged Cloud; Heroku and Jelastic.
  • Managed MySQL cloud hosting - the database is not offered as a service, but the cloud provider hosts the database and manages it on the application owner's behalf. As of 2011, of the major cloud providers, only Terremark and Rackspace offer managed hosting for MySQL databases.[57][58]

Komuniteti

The MySQL server software itself and the client libraries use dual-licensing distribution. They are offered under GPL version 2,[59] beginning from 28 June 2000[60] (which in 2009 has been extended with a FLOSS License Exception)[61] or to use a proprietary license.[62] In 2013, the Linux man pages for MySQL switched to a proprietary license[63] temporarily due to a build system bug. The original GPL license has since been restored.[64]

Support can be obtained from the official manual.[65] Free support additionally is available in different IRC channels and forums. Oracle offers paid support via its MySQL Enterprise products. They differ in the scope of services and in price. Additionally, a number of third party organisations exist to provide support and services, including SkySQL Ab and Percona.

MySQL has received positive reviews, and reviewers noticed it "performs extremely well in the average case." and that the "developer interfaces are there, and the documentation (not to mention feedback in the real world via Web sites and the like) is very, very good".[66] It has also been tested to be a "fast, stable and true multi-user, multi-threaded sql database server".[67]

Projekte te nderlidhura

  • Drizzle – a fork targeted at the web-infrastructure and cloud computing markets. The developers of the product describe it as a "smaller, slimmer and (hopefully) faster version of MySQL". As a result, many common MySQL features will be stripped out, including stored procedures, query cache, prepared statements, views, and triggers. This is a partial rewrite of the server that does not maintain compatibility with MySQL.
  • MariaDB – a community-developed fork of the MySQL database source code, the impetus being the community maintenance of its free status under GPL as opposed to any uncertainty of MySQL license status under its current ownership by Oracle. The intent also being to maintain high fidelity with MySQL, ensuring a "drop-in" replacement capability with library binary equivalency and exact matching with MySQL APIs and commands. It includes the XtraDB storage engine as a replacement for InnoDB.
  • Percona Server – a fork of MySQL that includes the XtraDB storage engine. Its policy is to deviate as little as possible from MySQL and remain fully compatible, while providing new features, better performance, and additional instrumentation for analysis of performance and usage.[68][69]
  • OurDelta – No longer maintained. It was a fork compiled with various patches, including patches from MariaDB, Percona, and Google, and a storage engine called OQGRAPH.

Historia

MySQL was created by a Swedish company, MySQL AB, founded by David Axmark, Allan Larsson and Michael "Monty" Widenius. The first version of MySQL appeared on 23 May 1995. It was initially created for personal usage from mSQL based on the low-level language ISAM, which the creators considered too slow and inflexible. They created a new SQL interface, while keeping the same API as mSQL.

On 15 June 2001, NuSphere sued MySQL AB, TcX DataKonsult AB and its original authors Michael ("Monty") Widenius and David Axmark in U.S District Court in Boston for "breach of contract, tortious interference with third party contracts and relationships and unfair competition".[70][71]

In 2002, MySQL AB sued Progress NuSphere for copyright and trademark infringement in United States district court. NuSphere had allegedly violated MySQL's copyright by linking MySQL's GPL'ed code with NuSphere Gemini table without being in compliance with the license.[72] After a preliminary hearing before Judge Patti Saris on 27 February 2002, the parties entered settlement talks and eventually settled.[73] After the hearing, FSF commented that "Judge Saris made clear that she sees the GNU GPL to be an enforceable and binding license."[74]

In October 2005, Oracle Corporation acquired Innobase OY, the Finnish company that developed the third-party InnoDB storage engine that allows MySQL to provide such functionality as transactions and foreign keys. After the acquisition, an Oracle press release mentioned that the contracts that make the company's software available to MySQL AB would be due for renewal (and presumably renegotiation) some time in 2006.[75] During the MySQL Users Conference in April 2006, MySQL issued a press release that confirmed that MySQL and Innobase OY agreed to a "multi-year" extension of their licensing agreement.[76]

In February 2006, Oracle Corporation acquired Sleepycat Software,[77] makers of the Berkeley DB, a database engine providing the basis for another MySQL storage engine. This had little effect, as Berkeley DB was not widely used, and was dropped (due to lack of use) in MySQL 5.1.12, a pre-GA release of MySQL 5.1 released in October 2006.[78]

In January 2008, Sun Microsystems bought MySQL for $1 billion.[79]

In April 2009, Oracle Corporation entered into an agreement to purchase Sun Microsystems,[80] then owners of MySQL copyright and trademark. Sun's board of directors unanimously approved the deal, it was also approved by Sun's shareholders, and by the U.S. government on 20 August 2009.[81] On 14 December 2009, Oracle pledged to continue to enhance MySQL[82] as it had done for the previous four years.

A movement against Oracle's acquisition of MySQL, to "Save MySQL"[83] from Oracle was started by one of the MySQL founders, Monty Widenius. The petition of 50,000+ developers and users called upon the European Commission to block approval of the acquisition. At the same time, several Free Software opinion leaders (including Eben Moglen, Pamela Jones of Groklaw, Jan Wildeboer and Carlo Piana, who also acted as co-counsel in the merger regulation procedure) advocated for the unconditional approval of the merger.[nevojitet citimi] As part of the negotiations with the European Commission, Oracle committed that MySQL server will continue until at least 2015 to use the dual-licensing strategy long used by MySQL AB, with commercial and GPL versions available. The antitrust of the EU had been "pressuring it to divest MySQL as a condition for approval of the merger". But, as revealed by Wikileaks, the US Department of Justice and Antitrust, at the request of Oracle, pressured the EU to unconditionally approve the merger.[84] The European Commission eventually unconditionally approved Oracle's acquisition of MySQL on 21 January 2010.[85]

In January 2009, prior to Oracle's acquisition of MySQL, Monty Widenius started a GPL-only fork, MariaDB. MariaDB is based on the same code base as MySQL server 5.1 and strives to maintain compatibility with Oracle-provided versions.[86]

In August 2012, TechCrunch's Alex Williams reported that Oracle was holding back MySQL Server test cases, a move that he concluded indicated that Oracle is attempting to kill the product.[87] Percona also reported that Oracle is no longer synchronizing their changes with the public source repositories.[88] Widenius called this a breach of the agreement that Oracle entered into with the EU as a condition of their acquisition of Sun.[89]

Since the final quarter of 2012, several Linux distributions and some important users (like Wikipedia[90] and Google[91]) started to replace MySQL with MariaDB.[92][93][94]

Milestones

Notable milestones in MySQL development include:

  • Original development of MySQL by Michael Widenius and David Axmark beginning in 1994[95]
  • First internal release on 23 May 1995
  • Version 3.19: End of 1996, from www.tcx.se
  • Version 3.20: January 1997
  • Windows version was released on 8 January 1998 for Windows 95 and NT
  • Version 3.21: production release 1998, from www.mysql.com
  • Version 3.22: alpha, beta from 1998
  • Version 3.23: beta from June 2000, production release 22 January 2001[96]
  • Version 4.0: beta from August 2002, production release March 2003 (unions)
  • Version 4.01: beta from August 2003, JyotiStampa:Clarify[nevojitet citimi] adopts MySQL for database tracking
  • Version 4.1: beta from June 2004, production release October 2004 (R-trees and B-trees, subqueries, prepared statements)
  • Version 5.0: beta from March 2005, production release October 2005 (cursors, stored procedures, triggers, views, XA transactions)
The developer of the Federated Storage Engine states that "The Federated Storage Engine is a proof-of-concept storage engine",[97] but the main distributions of MySQL version 5.0 included it and turned it on by default. Documentation of some of the short-comings appears in "MySQL Federated Tables: The Missing Manual".[98]
Version 5.1 contained 20 known crashing and wrong result bugs in addition to the 35 present in version 5.0 (almost all fixed as of release 5.1.51).[100]
MySQL 5.1 and 6.0 showed poor performance when used for data warehousing — partly due to its inability to utilize multiple CPU cores for processing a single query.[101]
  • Oracle acquired Sun Microsystems on 27 January 2010.[102]
  • MySQL Server 5.5 is currently generally available (që prej dhjetor 2010). Enhancements and features include:
    • The default storage engine is InnoDB, which supports transactions and referential integrity constraints.
    • Improved InnoDB I/O subsystem[103]
    • Improved SMP support[104]
    • Semisynchronous replication.
    • SIGNAL and RESIGNAL statement in compliance with the SQL standard.
    • Support for supplementary Unicode character sets utf16, utf32, and utf8mb4.
    • New options for user-defined partitioning.

MySQL Server 6.0.11-alpha was announced[105] on 22 May 2009 as the last release of the 6.0 line. Future MySQL Server development uses a New Release Model. Features developed for 6.0 are being incorporated into future releases.

MySQL 5.6, a development milestone release, was announced at the MySQL users conference 2011. New features include performance improvements to the query optimizer, higher transactional throughput in InnoDB, new NoSQL-style memcached APIs, improvements to partitioning for querying and managing very large tables, improvements to replication and better performance monitoring by expanding the data available through the PERFORMANCE_SCHEMA.[106] In July further previews with a BINLOG API, group commit, and InnoDB full text searching were released.

Versions

[107][108][109][110][111][112][113]

See also

Notes

  1. ^ Following Sqllitee dyta ne bote per sa i perket gjeresise se perhapjes, which is deployed with every iPhone and Android device along with the Chrome and Firefox browsers.[5] In the second quarter of 2013 alone, 213 million smartphones shipped, of which 200 million were Android and iOS.[6]

References

  1. ^ {{cite web {{subst:!}}url=http://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-15.html {{subst:!}}title=Changes in MySQL 5.6.15 {{subst:!}}date=3 dhjetor 2013 {{subst:!}}work=MySQL 5.6 Reference Manual {{subst:!}}publisher=[[Oracle Corporation{{subst:!}}Oracle]] {{subst:!}}accessdate=3 dhjetor 2013}}
  2. ^ {{cite web {{subst:!}}url=http://www.ohloh.net/p/mysql/analyses/latest {{subst:!}}title=MySQL: Project Summary {{subst:!}}work=Ohloh {{subst:!}}publisher=Black Duck Software {{subst:!}}accessdate=17 shtator 2012}}
  3. ^ http://www.mysql.com/downloads/
  4. ^ a b {{cite web {{subst:!}}title=What is MySQL? {{subst:!}}work=MySQL 5.1 Reference Manual {{subst:!}}publisher=Oracle {{subst:!}}url=http://dev.mysql.com/doc/refman/5.1/en/what-is-mysql.html {{subst:!}}accessdate=17 shtator 2012 {{subst:!}}quote=The official way to pronounce “MySQL” is “My Ess Que Ell” (not “my sequel”)}}
  5. ^ {{cite web {{subst:!}} url=https://www.sqlite.org/famous.html {{subst:!}} title=Well-Known Users of SQLite {{subst:!}} publisher=The SQLite Consortium {{subst:!}} accessdate=8 tetor 2013 {{subst:!}} quote=Apple uses SQLite for many functions within Mac OS X, including Apple Mail, Safari, and in Aperture. Apple uses SQLite in the iPhone and in the iPod touch and in iTunes software. .... SQLite is the primary meta-data storage format for the Firefox Web Browser and the Thunderbird Email Reader from Mozilla. .... It is known that Google uses SQLite in their Desktop for Mac, in Google Gears, in the Android cell-phone operating system, and in the Google Chrome Web Browser.}}
  6. ^ {{cite web {{subst:!}} url=http://venturebeat.com/2013/08/01/android-reaches-massive-80-market-share-windows-phone-hits-global-high-iphone-languishes/ {{subst:!}} title=Android reaches massive 80% market share, Windows Phone hits global high, iPhone languishes Read more at http://venturebeat.com/2013/08/01/android-reaches-massive-80-market-share-windows-phone-hits-global-high-iphone-languishes {{subst:!}} publisher=VentureBeat {{subst:!}} work=MobileBeat {{subst:!}} date=1 gusht 2013 {{subst:!}} accessdate=8 tetor 2013 {{subst:!}} author=Koetsier, John {{subst:!}} quote=Global smartphone shipments grew 47 percent to hit 230 million devices in the second quarter of 2013, according to a new report from research firm Strategy Analytics. Android captured record market share of 80 percent, while iOS hit a new low of 14 percent.}}
  7. ^ {{cite web {{subst:!}}url=http://www.mysql.com/why-mysql/marketshare/ {{subst:!}}title=Market Share {{subst:!}}work=Why MySQL? {{subst:!}}publisher=Oracle {{subst:!}}accessdate=17 shtator 2012 {{subst:!}}archive-date=1 mars 2013 {{subst:!}}archive-url=https://web.archive.org/web/20130301213315/http://www.mysql.com/why-mysql/marketshare/ {{subst:!}}url-status=dead }}
  8. ^ {{cite web {{subst:!}}url=http://db-engines.com/en/ranking {{subst:!}}title=DB-Engines Ranking {{subst:!}}accessdate=29 korrik 2013}}
  9. ^ {{cite web {{subst:!}}first1=Robin {{subst:!}}last1=Schumacher {{subst:!}}first2=Arjen {{subst:!}}last2=Lentz {{subst:!}}title=Dispelling the Myths {{subst:!}}publisher=MySQL AB {{subst:!}}url=http://dev.mysql.com/tech-resources/articles/dispelling-the-myths.html {{subst:!}}archiveurl=https://web.archive.org/web/20110606013619/http://dev.mysql.com/tech-resources/articles/dispelling-the-myths.html {{subst:!}}archivedate=6 qershor 2011 {{subst:!}}accessdate=17 shtator 2012 {{subst:!}}url-status=dead {{subst:!}}access-date=10 janar 2014 {{subst:!}}archive-date=6 qershor 2011 {{subst:!}}archive-url=https://web.archive.org/web/20110606013619/http://dev.mysql.com/tech-resources/articles/dispelling-the-myths.html }}
  10. ^ {{cite web {{subst:!}}url=http://dev.mysql.com/doc/refman/5.1/en/history.html {{subst:!}}title=History of MySQL {{subst:!}}work=MySQL 5.1 Reference Manual {{subst:!}}publisher=MySQL AB {{subst:!}}accessdate=26 gusht 2011}}
  11. ^ {{cite press release {{subst:!}}title=Sun Microsystems Announces Completion of MySQL Acquisition; Paves Way for Secure, Open Source Platform to Power the Network Economy {{subst:!}}publisher=Sun Microsystems {{subst:!}}date=26 shkurt 2008 {{subst:!}}url=http://www.sun.com/aboutsun/pr/2008-02/sunflash.20080226.1.xml {{subst:!}}accessdate=17 shtator 2012 {{subst:!}}archiveurl=https://web.archive.org/web/20080228025123/http://www.sun.com/aboutsun/pr/2008-02/sunflash.20080226.1.xml {{subst:!}}archivedate=28 shkurt 2008 {{subst:!}}url-status=live }}
  12. ^ {{cite web {{subst:!}}url=http://meta.wikimedia.org/wiki/Wikimedia_servers#System_architecture {{subst:!}}title= Wikimedia servers — System architecture {{subst:!}}work=Wikimedia Meta-Wiki {{subst:!}}publisher=Wikimedia Foundation {{subst:!}}accessdate=17 shtator 2012}}
  13. ^ {{cite web {{subst:!}}url=http://zurlocker.typepad.com/theopenforce/2005/12/googles_use_of_.html {{subst:!}}title=Google Runs MySQL {{subst:!}}last=Urlocker {{subst:!}}first=M. Zack {{subst:!}}date=13 dhjetor 2005 {{subst:!}}work=The Open Force {{subst:!}}publisher=M. Zack Urlocker {{subst:!}}accessdate=3 gusht 2010 {{subst:!}}quote=AdWords was built using the MySQL database}}
  14. ^ {{cite news {{subst:!}}url=http://www.informationweek.com/google-releases-improved-mysql-code/199201237 {{subst:!}}title=Google Releases Improved MySQL Code {{subst:!}}last=Claburn {{subst:!}}first=Thomas {{subst:!}}date=24 prill 2007 {{subst:!}}work=InformationWeek {{subst:!}}publisher=InformationWeek {{subst:!}}accessdate=30 nëntor 2008}}
  15. ^ {{cite video {{subst:!}}title=MySQL at Facebook {{subst:!}}url=http://www.youtube.com/watch?v=Zofzid6xIZ4 {{subst:!}}last=Callaghan {{subst:!}}first=Mark {{subst:!}}date=13 prill 2010 {{subst:!}}work=YouTube {{subst:!}}publisher=Google {{subst:!}}accessdate=3 gusht 2010 {{subst:!}}quote=x,000 servers, ... Master-slave replication, InnoDB}}
  16. ^ {{cite web {{subst:!}}url=http://blog.facebook.com/blog.php?post=7899307130 {{subst:!}}title=Keeping Up {{subst:!}}last=Sobel {{subst:!}}first=Jason {{subst:!}}date=21 dhjetor 2007 {{subst:!}}work=The Facebook Blog {{subst:!}}publisher=Facebook {{subst:!}}accessdate=30 tetor 2008}}
  17. ^ {{cite web {{subst:!}}url=http://gigaom.com/2008/04/25/facebooks-insatiable-hunger-for-hardware/ {{subst:!}}title= Facebook’s Insatiable Hunger for Hardware {{subst:!}}last=Malik {{subst:!}}first=Om {{subst:!}}date=25 prill 2008 {{subst:!}}work=GigaOM {{subst:!}}publisher=GigaOmniMedia {{subst:!}}accessdate=30 tetor 2008}}
  18. ^ {{cite video {{subst:!}}title=Big and Small Data at @Twitter {{subst:!}}url=http://www.youtube.com/watch?v=5cKTP36HVgI {{subst:!}}last=Cole {{subst:!}}first=Jeremy {{subst:!}}date=14 prill 2011 {{subst:!}}work=YouTube {{subst:!}}publisher=Google {{subst:!}}accessdate=20 tetor 2011}}
  19. ^ {{cite web {{subst:!}}url=http://www.mysql.com/customers/view/?id=720 {{subst:!}}title=MySQL Customer: Flickr {{subst:!}}work=MySQL Customers {{subst:!}}publisher=Oracle {{subst:!}}accessdate=17 shtator 2012}}
  20. ^ {{cite web {{subst:!}}url=http://www.mysql.com/customers/view/?id=750 {{subst:!}}title=MySQL Customer: YouTube {{subst:!}}work=MySQL Customers {{subst:!}}publisher=Oracle {{subst:!}}accessdate=17 shtator 2012}}
  21. ^ a b mysql — The MySQL Command-Line Tool, MySQL Reference Manual
  22. ^ a b mysqladmin - the MySQL command-line tool, MySQL Reference Manual
  23. ^ MySQL Client Programs, MySQL Reference Manual
  24. ^ MySQL Tools Family, SQLMaestro Group
  25. ^ MySQL GUI Tools {{Webarchive{{subst:!}}url=https://web.archive.org/web/20080511212754/http://www.webyog.com/en/ {{subst:!}}date=11 maj 2008 }}, WebYog
  26. ^ HeidiSQL, HeidiSQL MySQL GUI
  27. ^ MySQL Workbench, MySQL Downloads
  28. ^ {{cite web {{subst:!}} url=http://www.heidisql.com/screenshots.php?which=grideditor {{subst:!}} title=HeidiSQL Grid editing features }}[lidhje e vdekur]
  29. ^ {{cite web {{subst:!}} url=http://www.libreoffice.org/features/base/ {{subst:!}} title=LibreOffice Base {{subst:!}} accessdate=5 janar 2012 {{subst:!}} archive-date=7 janar 2012 {{subst:!}} archive-url=https://web.archive.org/web/20120107063659/http://www.libreoffice.org/features/base/ {{subst:!}} url-status=dead }}
  30. ^ {{cite web {{subst:!}}author=Home {{subst:!}}url=http://www.maatkit.org/ {{subst:!}}title=Maatkit website {{subst:!}}publisher=Maatkit.org {{subst:!}}accessdate=5 nëntor 2012 {{subst:!}}archive-date=6 gusht 2011 {{subst:!}}archive-url=https://web.archive.org/web/20110806040915/http://www.maatkit.org/ {{subst:!}}url-status=dead }}
  31. ^ Percona Toolkit, Percona Software
  32. ^ {{cite web{{subst:!}}url=http://www.percona.com/doc/percona-xtrabackup/index.html{{subst:!}}title=XtraBackup{{subst:!}}publisher=Percona{{subst:!}}accessdate=19 janar 2013}}
  33. ^ {{cite web{{subst:!}}author=Home {{subst:!}}url=https://github.com/alfie/MySQL--Replication {{subst:!}}title=MySQL::Replication {{subst:!}}publisher=Opera Software {{subst:!}}accessdate=11 dhjetor 2012}}
  34. ^ {{cite web {{subst:!}}author=Jean-François Piéronne {{subst:!}}url=http://www.pi-net.dyndns.org/anonymous/kits/ {{subst:!}}title=PCSI Kits of Open Source Software for OpenVMS {{subst:!}}publisher=Pi-net.dyndns.org {{subst:!}}accessdate=8 qershor 2009 {{subst:!}}archive-date=29 qershor 2006 {{subst:!}}archive-url=https://web.archive.org/web/20060629030134/http://www.pi-net.dyndns.org/anonymous/kits/ {{subst:!}}url-status=dead }}
  35. ^ {{cite web{{subst:!}}url=http://dev.mysql.com/doc/internals/en/index.html {{subst:!}}title=MySQL Internals Manual {{subst:!}}publisher=Dev.mysql.com {{subst:!}}date=4 mars 2009 {{subst:!}}accessdate=8 qershor 2009}}
  36. ^ {{cite web {{subst:!}} url=http://www.mysql.com/products/which-edition.html {{subst:!}} title=Which Should I Use: MySQL Enterprise or MySQL Community Server? {{subst:!}} publisher=MySQL AB {{subst:!}} accessdate=8 prill 2009 {{subst:!}} archive-date=9 prill 2009 {{subst:!}} archive-url=https://web.archive.org/web/20090409055908/http://www.mysql.com/products/which-edition.html {{subst:!}} url-status=dead }}
  37. ^ {{cite book{{subst:!}}author1=Guy Harrison{{subst:!}}author2=Steven Feuerstein{{subst:!}}title=MySQL Stored Procedure Programming{{subst:!}}url=http://books.google.com/books?id=YpeP0ok0cO4C&pg=PT75{{subst:!}}year=2008{{subst:!}}publisher=O'Reilly Media{{subst:!}}isbn=978-0-596-10089-6{{subst:!}}page=49}}
  38. ^ {{cite web{{subst:!}}url=http://dev.mysql.com/doc/refman/5.6/en/replication.html{{subst:!}}title=Replication{{subst:!}}publisher=MySQL}}
  39. ^ {{cite web{{subst:!}}url=http://dev.mysql.com/doc/refman/5.6/en/mysql-cluster-replication-multi-master.html{{subst:!}}title=MySQL Cluster Replication: Multi-Master and Circular Replication{{subst:!}}publisher=MySQL{{subst:!}}access-date=10 janar 2014{{subst:!}}archive-date=8 maj 2013{{subst:!}}archive-url=https://web.archive.org/web/20130508042221/http://dev.mysql.com/doc/refman/5.6/en/mysql-cluster-replication-multi-master.html{{subst:!}}url-status=dead}}
  40. ^ {{cite web{{subst:!}}url=https://blogs.oracle.com/mysqlf/entry/mysql_university_mysql_galera_multi{{subst:!}}title= MySQL University: MySQL Galera Multi-Master Replication {{subst:!}}publisher=Oracle Corporation{{subst:!}}date=2010-02-09}}
  41. ^ {{cite web {{subst:!}} url=http://dev.mysql.com/doc/innodb/1.1/en/glossary.html#glos_acid {{subst:!}} title=MySQL :: InnoDB 1.1 for MySQL 5.5 User’s Guide :: C InnoDB Glossary :: ACID {{subst:!}} accessdate=5 janar 2011 {{subst:!}} archive-date=25 dhjetor 2010 {{subst:!}} archive-url=https://web.archive.org/web/20101225160519/http://dev.mysql.com/doc/innodb/1.1/en/glossary.html#glos_acid {{subst:!}} url-status=dead }}
  42. ^ {{cite web {{subst:!}} title= 4.6.9. mysqlhotcopy - A Database Backup Program {{subst:!}} url= http://dev.mysql.com/doc/refman/5.1/en/mysqlhotcopy.html {{subst:!}} work= MySQL 5.1 Reference Manual {{subst:!}} publisher= Oracle {{subst:!}} accessdate= 23 shtator 2009 {{subst:!}} quote= mysqlhotcopy is a Perl script [...]. It uses Lock Tables, Flush Tables, and cp or scp to make a database backup quickly [...] but it can be run only on the same machine where the database directories are located. mysqlhotcopy works only for backing up MyISAM and Archive tables. It runs on Unix and NetWare. {{subst:!}} archive-date= 2 gusht 2009 {{subst:!}} archive-url= https://web.archive.org/web/20090802014519/http://dev.mysql.com/doc/refman/5.1/en/mysqlhotcopy.html {{subst:!}} url-status= dead }}
  43. ^ {{cite web{{subst:!}}url=http://solutions.mysql.com/engines/ibm_db2_storage_engine.html{{subst:!}}title=The DB2 for i (IBMDB2I) Storage Engine for MySQL on IBM i{{subst:!}}publisher=MySQL{{subst:!}}accessdate=18 janar 2010{{subst:!}}archive-date=24 janar 2010{{subst:!}}archive-url=https://web.archive.org/web/20100124131437/http://solutions.mysql.com/engines/ibm_db2_storage_engine.html{{subst:!}}url-status=dead}}
  44. ^ {{cite web {{subst:!}}url=http://planet.mysql.com/entry/?id=26651{{subst:!}} title=Group commit in PostgreSQL {{subst:!}}accessdate=8 prill 2012}}
  45. ^ {{cite web {{subst:!}}url=http://dev.mysql.com/doc/refman/5.6/en/innodb-foreign-key-constraints.html {{subst:!}}title=dev.mysql.com {{subst:!}}publisher=dev.mysql.com {{subst:!}}accessdate=1 shkurt 2012 {{subst:!}}archive-date=16 prill 2015 {{subst:!}}archive-url=https://web.archive.org/web/20150416085912/http://dev.mysql.com/doc/refman/5.6/en/innodb-foreign-key-constraints.html {{subst:!}}url-status=dead }}
  46. ^ a b {{cite web {{subst:!}}url=http://dev.mysql.com/doc/refman/5.6/en/create-trigger.html {{subst:!}}title=dev.mysql.com {{subst:!}}publisher=dev.mysql.com {{subst:!}}accessdate=1 shkurt 2012}}
  47. ^ {{cite web {{subst:!}}url=https://blogs.oracle.com/realneel/entry/mysql_innodb_zfs_best_practices {{subst:!}}title=MySQL Innodb ZFS Best Practices. {{subst:!}}publisher=Blogs.oracle.com {{subst:!}}accessdate=2013-04-16 {{subst:!}}archive-date=12 dhjetor 2013 {{subst:!}}archive-url=https://web.archive.org/web/20131212095231/https://blogs.oracle.com/realneel/entry/mysql_innodb_zfs_best_practices {{subst:!}}url-status=dead }}
  48. ^ {{cite web{{subst:!}}author=11 September 2012 {{subst:!}}url=http://www.mysqlperformanceblog.com/2012/09/11/intel-ssd-910-vs-hdd-raid-in-tpcc-mysql-benchmark/ {{subst:!}}title=Intel SSD 910 vs HDD RAID in tpcc-mysql benchmark. {{subst:!}}publisher=Mysqlperformanceblog.com {{subst:!}}date=2012-09-11 {{subst:!}}accessdate=2013-04-16}}
  49. ^ Matsunobu, Yoshinori. "SSD Deployment Strategies for MySQL." Sun Microsystems, 15 April 2010.
  50. ^ {{cite web {{subst:!}}url=http://ajoeblk.blogspot.in/2012/09/year-2038-bug.html {{subst:!}}title=aj_blk: Year 2038 Bug {{subst:!}}publisher=Ajoeblk.blogspot.in {{subst:!}}accessdate=2013-03-12 {{subst:!}}archive-date=26 mars 2014 {{subst:!}}archive-url=https://web.archive.org/web/20140326101602/http://ajoeblk.blogspot.in/2012/09/year-2038-bug.html {{subst:!}}url-status=dead }}
  51. ^ {{cite web {{subst:!}}title=The future of replication in MySQL {{subst:!}}publisher=Facebook {{subst:!}}url=http://www.facebook.com/note.php?note_id=126049465932 {{subst:!}}accessdate=9 dhjetor 2009}}
  52. ^ {{cite web{{subst:!}}title=Database Sharding{{subst:!}}publisher=Code Futures{{subst:!}}url=http://www.codefutures.com/dbshards-cloud/{{subst:!}}accessdate=9 dhjetor 2009{{subst:!}}archive-date=16 janar 2010{{subst:!}}archive-url=https://web.archive.org/web/20100116031912/http://codefutures.com/dbshards-cloud/{{subst:!}}url-status=dead}}
  53. ^ a b {{cite web {{subst:!}} url = http://mysqlmusings.blogspot.com/2013/09/brief-introduction-to-mysql-fabric.html {{subst:!}} title = A Brief Introduction to MySQL Fabric {{subst:!}} date = 2013-09-21 {{subst:!}} accessdate = 2013-12-12 {{subst:!}} author = Mats Kindahl {{subst:!}} publisher = mysqlmusings.blogspot.com }}
  54. ^ {{cite web {{subst:!}} url = http://www.slideshare.net/mkindahl/pluk-2013-my-sql-fabric {{subst:!}} title = MySQL Fabric: Easy Management of MySQL Servers {{subst:!}} date = 2013-11-13 {{subst:!}} accessdate = 2013-12-12 {{subst:!}} author1 = Mats Kindahl {{subst:!}} author2 = Alfrano Correia {{subst:!}} author3 = Narayanan Venkateswaran {{subst:!}} publisher = slideshare.net }}
  55. ^ {{cite web {{subst:!}} url=http://aws.amazon.com/articles/1663 {{subst:!}} title=Running MySQL on Amazon EC2 with EBS (Elastic Block Store) {{subst:!}} work=Amazon Web Services {{subst:!}} accessdate=5 shkurt 2013}}
  56. ^ {{cite web {{subst:!}} first=Klint {{subst:!}} last=Finley {{subst:!}} url=http://www.readwriteweb.com/cloud/2011/01/7-cloud-based-database-service.php {{subst:!}} title=7 Cloud-Based Database Services {{subst:!}} work=ReadWriteWeb {{subst:!}} accessdate=9 nëntor 2011 {{subst:!}} archive-date=9 nëntor 2011 {{subst:!}} archive-url=https://web.archive.org/web/20111109084453/http://www.readwriteweb.com/cloud/2011/01/7-cloud-based-database-service.php {{subst:!}} url-status=dead }}
  57. ^ {{cite web {{subst:!}} url=http://www.rackspace.com/managed_hosting/services/database/mysql/ {{subst:!}} title=MySQL Server Support at Rackspace {{subst:!}} work=Rackspace.com {{subst:!}} accessdate=10 nëntor 2011 {{subst:!}} archive-date=19 nëntor 2011 {{subst:!}} archive-url=https://web.archive.org/web/20111119101215/http://www.rackspace.com/managed_hosting/services/database/mysql/ {{subst:!}} url-status=dead }}
  58. ^ {{cite web{{subst:!}}title=Managed Hosting - Terremark{{subst:!}}url=http://www.terremark.com/services/infrastructure-cloud-services/managed-hosting/managed-hosting-service.aspx{{subst:!}}work=Terremark.com{{subst:!}}access-date=10 janar 2014{{subst:!}}archive-date=1 tetor 2013{{subst:!}}archive-url=https://web.archive.org/web/20131001223906/http://www.terremark.com/services/infrastructure-cloud-services/managed-hosting/managed-hosting-service.aspx{{subst:!}}url-status=dead}}
  59. ^ {{cite web {{subst:!}}url=http://www.mysql.com/products/licensing/opensource-license.html {{subst:!}}title=Oracle :: MySQL Open Source License {{subst:!}}publisher=Mysql.com {{subst:!}}accessdate=8 qershor 2009 {{subst:!}}archive-date=1 shtator 2004 {{subst:!}}archive-url=https://web.archive.org/web/20040901083834/http://www.mysql.com/products/licensing/opensource-license.html {{subst:!}}url-status=dead }}
  60. ^ {{cite web {{subst:!}}url=http://www.mysql.com/news/article-23.html {{subst:!}}archiveurl=https://web.archive.org/web/20010812012244/http://www.mysql.com/news/article-23.html {{subst:!}}archivedate=12 gusht 2001 {{subst:!}}title=MySQL GOES GPL {{subst:!}}access-date=10 janar 2014 {{subst:!}}url-status=dead {{subst:!}}archive-date=12 gusht 2001 {{subst:!}}archive-url=https://web.archive.org/web/20010812012244/http://www.mysql.com/news/article-23.html }}
  61. ^ {{cite web{{subst:!}}url=http://www.mysql.com/company/legal/licensing/foss-exception.html {{subst:!}}title=Oracle :: FLOSS License Exception {{subst:!}}publisher=Mysql.com {{subst:!}}accessdate=8 qershor 2009}}
  62. ^ {{cite web{{subst:!}}url=http://www.mysql.com/company/legal/licensing/commercial-license.html {{subst:!}}title=Oracle :: MySQL Commercial License {{subst:!}}publisher=Mysql.com {{subst:!}}accessdate=8 qershor 2009}}
  63. ^ {{cite web{{subst:!}}url=https://blog.mariadb.org/mysql-man-pages-silently-relicensed-away-from-gpl/ {{subst:!}}title=MySQL man pages silently relicensed away from GPL {{subst:!}}publisher=MariaDB Foundation {{subst:!}}date=18 qershor 2013 {{subst:!}}accessdate=18 qershor 2013}}
  64. ^ {{cite web{{subst:!}}url= http://bugs.mysql.com/bug.php?id=69512 {{subst:!}}title=MySQL Bugs: #69512: Wrong license in man pages in Community Server {{subst:!}}publisher=Oracle bugtracking system {{subst:!}}date=19 qershor 2013 {{subst:!}}accessdate=25 qershor 2013}}
  65. ^ MySQL Support Manual, MySQL Developers
  66. ^ Review of MySQL Server 5.0 {{Webarchive{{subst:!}}url=https://web.archive.org/web/20120521204519/http://review.techworld.com/applications/346/mysql-50-open-source-database/ {{subst:!}}date=21 maj 2012 }}, Techworld.com, November 2005
  67. ^ MySQL Server Review, LinuxMint.com
  68. ^ {{cite web {{subst:!}} url = http://www.mysqlperformanceblog.com/2009/08/13/xtradb-the-top-10-enhancements/ {{subst:!}} title = XtraDB: The Top 10 enhancements {{subst:!}} date = 2009-08-13 {{subst:!}} accessdate = 2013-12-16 {{subst:!}} author = Morgan Tocker {{subst:!}} publisher = mysqlperformanceblog.com }}
  69. ^ {{cite web {{subst:!}} url = http://www.mysqlperformanceblog.com/2010/12/21/mysql-5-5-8-and-percona-server-on-fast-flash-card-virident-tachion/ {{subst:!}} title = MySQL 5.5.8 and Percona Server on Fast Flash card (Virident tachIOn) {{subst:!}} date = 2010-12-21 {{subst:!}} accessdate = 2013-12-16 {{subst:!}} author = Vadim Tkachenko {{subst:!}} publisher = mysqlperformanceblog.com }}
  70. ^ {{cite mailing list {{subst:!}}url=http://no.spam.ee/~tonu/mysql/tombasil.txt {{subst:!}}title=Eyewitness account: "Monty Widenius, International Fugitive" {{subst:!}}date=4 shtator 2001 {{subst:!}}accessdate=16 shtator 2012 {{subst:!}}mailing-list=MySQL Life {{subst:!}}last=Basil {{subst:!}}first=Tom {{subst:!}}archiveurl=https://web.archive.org/web/20131004214013/http://no.spam.ee/~tonu/mysql/tombasil.txt {{subst:!}}archivedate=4 tetor 2013 {{subst:!}}url-status=dead }}
  71. ^ {{cite web {{subst:!}}url=http://mysql.com/news/article-75.html {{subst:!}}title=FAQ on MySQL vs. NuSphere Dispute {{subst:!}}date=13 korrik 2001 {{subst:!}}publisher=MySQL AB {{subst:!}}accessdate=16 shtator 2012 {{subst:!}}archiveurl=https://web.archive.org/web/20010717185237/http://mysql.com/news/article-75.html {{subst:!}}archivedate=17 korrik 2001 {{subst:!}}url-status=dead {{subst:!}}access-date=10 janar 2014 {{subst:!}}archive-date=17 korrik 2001 {{subst:!}}archive-url=https://web.archive.org/web/20010717185237/http://mysql.com/news/article-75.html }}
  72. ^ {{cite web{{subst:!}}url=http://www.fsf.org/press/mysql-affidavit.html{{subst:!}}archiveurl=https://web.archive.org/web/20050207084821/http://www.fsf.org/press/mysql-affidavit.html{{subst:!}}archivedate=7 shkurt 2005{{subst:!}}title=Affidavit of Eben Moglen on Progress Software vs. MySQL AB Preliminary Injunction Hearing{{subst:!}}access-date=10 janar 2014{{subst:!}}url-status=dead{{subst:!}}archive-date=7 shkurt 2005{{subst:!}}archive-url=https://web.archive.org/web/20050207084821/http://www.fsf.org/press/mysql-affidavit.html}}
  73. ^ {{cite court {{subst:!}}litigants=Progress Software Corporation v. MySQL AB {{subst:!}}vol=195 {{subst:!}}reporter=F. Supp. 2d {{subst:!}}opinion=328 {{subst:!}}court=D. Mass. {{subst:!}}year=2002 {{subst:!}}url=http://scholar.google.com/scholar_case?case=13584730711160488510 {{subst:!}}accessdate=16 shtator 2012}}
  74. ^ {{cite press release {{subst:!}}title=Judge Saris defers GNU GPL Questions for Trial in MySQL vs. Progress Software {{subst:!}}publisher=Free Software Foundation {{subst:!}}date=1 mars 2002 {{subst:!}}url=http://www.gnu.org/press/2002-03-01-pi-MySQL.html {{subst:!}}accessdate=16 shtator 2012}}
  75. ^ {{cite press release {{subst:!}}title=Oracle Announces the Acquisition of Open Source Software Company, Innobase {{subst:!}}publisher=Oracle {{subst:!}}date=7 tetor 2005 {{subst:!}}url=http://www.oracle.com/us/corporate/press/016679_EN {{subst:!}}accessdate=16 shtator 2012 {{subst:!}}archiveurl=https://web.archive.org/web/20110720225615/http://www.oracle.com/us/corporate/press/016679_EN {{subst:!}}archivedate=20 korrik 2011 {{subst:!}}url-status=live {{subst:!}}url-status=live }}
  76. ^ {{cite press release {{subst:!}}title=MySQL to Promote New Open Source DB Engines from its Partners and Dev Community {{subst:!}}publisher=MySQL AB {{subst:!}}date=26 prill 2006 {{subst:!}}url=http://www.mysql.com/news-and-events/press-release/release_2006_21.html {{subst:!}}accessdate=16 shtator 2012 {{subst:!}}archiveurl=https://web.archive.org/web/20110623190958/http://www.mysql.com/news-and-events/generate-article.php?id=2006_21 {{subst:!}}archivedate=23 qershor 2011 {{subst:!}}url-status=live }}
  77. ^ {{cite web {{subst:!}}url=http://www.informationweek.com/software/showArticle.jhtml?articleID=180200853 {{subst:!}}title=Oracle Buys Sleepycat, Is JBoss Next? {{subst:!}}last=Babcock {{subst:!}}first=Charles {{subst:!}}date=14 shkurt 2006 {{subst:!}}work=InformationWeek {{subst:!}}publisher=CPM Media {{subst:!}}accessdate=16 shtator 2012 {{subst:!}}archive-date=15 maj 2011 {{subst:!}}archive-url=https://web.archive.org/web/20110515023408/http://www.informationweek.com/software/showArticle.jhtml?articleID=180200853 {{subst:!}}url-status=dead }}
  78. ^ {{cite web {{subst:!}}url=http://dev.mysql.com/doc/refman/5.1/en/news-5-1-12.html {{subst:!}}title=Changes in MySQL 5.1.12 {{subst:!}}date=24 tetor 2006 {{subst:!}}work=MySQL 5.1 Reference Manual {{subst:!}}publisher=MySQL AB {{subst:!}}accessdate=16 shtator 2012 {{subst:!}}archive-date=20 tetor 2012 {{subst:!}}archive-url=https://web.archive.org/web/20121020222957/http://dev.mysql.com/doc/refman/5.1/en/news-5-1-12.html {{subst:!}}url-status=dead }}
  79. ^ {{cite press release {{subst:!}}title=Sun Microsystems Announces Agreement to Acquire MySQL, Developer of the World's Most Popular Open Source Database {{subst:!}}publisher=MySQL AB {{subst:!}}date=16 janar 2008 {{subst:!}}url=http://www.mysql.com/news-and-events/sun-to-acquire-mysql.html {{subst:!}}archiveurl=https://web.archive.org/web/20110718044718/http://mysql.com/news-and-events/sun-to-acquire-mysql.html {{subst:!}}archivedate=18 korrik 2011 {{subst:!}}accessdate=16 shtator 2012 {{subst:!}}url-status=live {{subst:!}}url-status=dead }}
  80. ^ {{cite press release {{subst:!}}title=Oracle to Buy Sun {{subst:!}}publisher=Sun Microsystems {{subst:!}}date=20 prill 2009 {{subst:!}}url=http://www.sun.com/aboutsun/pr/2009-04/sunflash.20090420.1.xml {{subst:!}}accessdate=16 shtator 2012 {{subst:!}}archiveurl=https://web.archive.org/web/20090422033454/http://www.sun.com/aboutsun/pr/2009-04/sunflash.20090420.1.xml {{subst:!}}archivedate=22 prill 2009 {{subst:!}}url-status=live }}
  81. ^ {{cite news {{subst:!}}title=Oracle wins U.S. approval to buy Sun Microsystems {{subst:!}}last1=Thomasch {{subst:!}}first1=Paul {{subst:!}}last2=Finkle {{subst:!}}first2=Jim {{subst:!}}date=20 gusht 2009 {{subst:!}}url=http://www.reuters.com/articlebssTechMediaTelecomNews/idUSN2053486920090820 {{subst:!}}agency=Reuters {{subst:!}}accessdate=16 shtator 2012 }}[lidhje e vdekur]
  82. ^ {{cite web {{subst:!}}url=http://news.cnet.com/8301-1001_3-10414686-92.html {{subst:!}}title=Oracle pledges to play well with MySQL {{subst:!}}last=Whitney {{subst:!}}first=Lance {{subst:!}}date=14 dhjetor 2009 {{subst:!}}work=CNET {{subst:!}}publisher=CBS Interactive {{subst:!}}accessdate=16 shtator 2012 {{subst:!}}archive-date=12 mars 2016 {{subst:!}}archive-url=https://web.archive.org/web/20160312052010/http://www.cnet.com/news/oracle-pledges-to-play-well-with-mysql/ {{subst:!}}url-status=dead }}
  83. ^ {{cite web {{subst:!}}title=Help saving MySQL {{subst:!}}url=http://monty-says.blogspot.com/2009/12/help-saving-mysql.html {{subst:!}}last=Michael {{subst:!}}first=Widenius {{subst:!}}date=12 dhjetor 2009 {{subst:!}}work=Monty Says {{subst:!}}publisher=Google {{subst:!}}accessdate=16 shtator 2012}}
  84. ^ {{cite web {{subst:!}}url=http://www.pcworld.com/article/239132/wikileaks_cable_offers_new_insights_into_oraclesun_deal.html {{subst:!}}title=Wikileaks Cable Offers New Insights Into Oracle-Sun Deal {{subst:!}}last=Kanaracus {{subst:!}}first=Chris {{subst:!}}date=30 gusht 2011 {{subst:!}}work=PC World {{subst:!}}publisher=IDG {{subst:!}}accessdate=16 shtator 2012}}
  85. ^ {{cite press release {{subst:!}}title=Mergers: Commission clears Oracle's proposed acquisition of Sun Microsystems {{subst:!}}publisher=European Union {{subst:!}}date=21 janar 2010 {{subst:!}}url=http://europa.eu/rapid/pressReleasesAction.do?reference=IP/10/40 {{subst:!}}accessdate=16 shtator 2012}}
  86. ^ {{cite web {{subst:!}}url=http://askmonty.org/wiki/MariaDB_versus_MySQL {{subst:!}}title=MariaDB versus MySQL - Compatibility {{subst:!}}date=30 korrik 2010 {{subst:!}}work=AskMonty Knowledgebase {{subst:!}}publisher=Monty Program {{subst:!}}accessdate=16 shtator 2012}}
  87. ^ {{cite web {{subst:!}}url=http://techcrunch.com/2012/08/18/oracle-makes-more-moves-to-kill-open-source-mysql/ {{subst:!}}title=Oracle Makes More Moves To Kill Open Source MySQL {{subst:!}}last=Williams {{subst:!}}first=Alex {{subst:!}}date=18 gusht 2012 {{subst:!}}work=TechCrunch {{subst:!}}publisher=AOL {{subst:!}}accessdate=16 tetor 2012}}
  88. ^ {{cite web {{subst:!}}url=http://www.mysqlperformanceblog.com/2012/08/16/where-to-get-a-bzr-tree-of-the-latest-mysql-releases/ {{subst:!}}title=Where to get a BZR tree of the latest MySQL releases {{subst:!}}last=Smith {{subst:!}}first=Stewart {{subst:!}}date=16 gusht 2012 {{subst:!}}work=MySQL Performance Blog {{subst:!}}publisher=Percona {{subst:!}}accessdate=16 tetor 2012}}
  89. ^ {{cite web{{subst:!}}last=Clarke {{subst:!}}first=Gavin {{subst:!}}url=http://www.theregister.co.uk/2012/11/29/monty_oracle_eu_promises/ {{subst:!}}title=Monty on broken MySQL promises: Oracle's going to fork it up. {{subst:!}}publisher=Theregister.co.uk {{subst:!}}date=2012-11-29 {{subst:!}}accessdate=2013-04-16}}
  90. ^ Wikipedia Adopts MariaDB
  91. ^ http://www.theregister.co.uk/2013/09/12/google_mariadb_mysql_migration/
  92. ^ Monty has last laugh as distros abandon MySQL
  93. ^ MariaDB living in interesting times
  94. ^ {{Cite web {{subst:!}}url=https://kb.askmonty.org/en/distributions-which-include-mariadb/ {{subst:!}}title=Distributions Which Include MariaDB {{subst:!}}accessdate=10 janar 2014 {{subst:!}}archiveurl=https://web.archive.org/web/20130315135717/https://kb.askmonty.org/en/distributions-which-include-mariadb/ {{subst:!}}archivedate=15 mars 2013 {{subst:!}}url-status=dead {{subst:!}}access-date=10 janar 2014 {{subst:!}}archive-date=15 mars 2013 {{subst:!}}archive-url=https://web.archive.org/web/20130315135717/https://kb.askmonty.org/en/distributions-which-include-mariadb/ }}
  95. ^ {{cite web {{subst:!}}url=http://www.opensourcereleasefeed.com/interview/show/five-questions-with-michael-widenius-founder-and-original-developer-of-mysql {{subst:!}}archiveurl=https://web.archive.org/web/20090313160628/http://www.opensourcereleasefeed.com/interview/show/five-questions-with-michael-widenius-founder-and-original-developer-of-mysql {{subst:!}}archivedate=13 mars 2009 {{subst:!}}title=Five Questions With Michael Widenius - Founder And Original Developer of MySQL {{subst:!}}publisher=www.opensourcereleasefeed.com {{subst:!}}accessdate=13 tetor 2012 {{subst:!}}url-status=dead {{subst:!}}access-date=10 janar 2014 {{subst:!}}archive-date=13 mars 2009 {{subst:!}}archive-url=https://web.archive.org/web/20090313160628/http://www.opensourcereleasefeed.com/interview/show/five-questions-with-michael-widenius-founder-and-original-developer-of-mysql }}
  96. ^ {{cite web {{subst:!}}url=http://www.mysql.com/news/article-54.html {{subst:!}}archiveurl=https://web.archive.org/web/20010815175526/http://www.mysql.com/news/article-54.html {{subst:!}}archivedate=15 gusht 2001 {{subst:!}}title=MySQL 3.23 Declared Stable {{subst:!}}access-date=10 janar 2014 {{subst:!}}url-status=dead {{subst:!}}archive-date=15 gusht 2001 {{subst:!}}archive-url=https://web.archive.org/web/20010815175526/http://www.mysql.com/news/article-54.html }}
  97. ^ {{cite web{{subst:!}}url=http://capttofu.livejournal.com/5798.html {{subst:!}}title=Capttofu: FederatedX Pluggable Storage Engine Released! {{subst:!}}publisher=Capttofu.livejournal.com {{subst:!}}accessdate=3 prill 2009}}
  98. ^ {{cite web{{subst:!}}url=http://www.oreillynet.com/pub/a/databases/2006/08/10/mysql-federated-tables.html {{subst:!}}title=Oreillynet.com {{subst:!}}publisher=Oreillynet.com {{subst:!}}date=9 tetor 2008 {{subst:!}}accessdate=1 shkurt 2012}}
  99. ^ {{cite web{{subst:!}}url=http://techcrunch.com/2008/01/16/sun-picks-up-mysql-for-1-billion-open-source-is-a-legitimate-business-model/ {{subst:!}}title=Sun Picks Up MySQL For $1 Billion; Open Source Is A Legitimate Business Model {{subst:!}}accessdate=13 tetor 2012}}
  100. ^ {{cite web {{subst:!}}url=http://www.planetmysql.org/entry.php?id=16232 {{subst:!}}title=Archives - Oops, we did it again (MySQL 5.1 released as GA with crashing bugs) {{subst:!}}publisher=Planet MySQL {{subst:!}}date=29 nëntor 2008 {{subst:!}}accessdate=5 shkurt 2013 {{subst:!}}archive-date=30 dhjetor 2008 {{subst:!}}archive-url=https://web.archive.org/web/20081230032718/http://www.planetmysql.org/entry.php?id=16232 {{subst:!}}url-status=dead }}
  101. ^ {{cite web{{subst:!}}url=http://www.mysqlperformanceblog.com/2008/04/10/tpc-h-run-on-mysql-51-and-60/ {{subst:!}}title=TPC-H Run on MySQL 5.1 and 6.0 | MySQL Performance Blog {{subst:!}}publisher=MySQL Performance Blog {{subst:!}}accessdate=8 qershor 2009}}
  102. ^ {{cite web{{subst:!}}url=http://www.oracle.com/us/sun/index.htm {{subst:!}}title=Oracle.com {{subst:!}}publisher=Oracle.com {{subst:!}}date=7 shtator 2010 {{subst:!}}accessdate=1 shkurt 2012}}
  103. ^ {{cite web {{subst:!}}url=http://dev.mysql.com/doc/refman/5.5/en/innodb-io-changes.html {{subst:!}}title=dev.mysql.com {{subst:!}}publisher=dev.mysql.com {{subst:!}}accessdate=1 shkurt 2012 {{subst:!}}archive-date=10 shkurt 2012 {{subst:!}}archive-url=https://web.archive.org/web/20120210005904/http://dev.mysql.com/doc/refman/5.5/en/innodb-io-changes.html {{subst:!}}url-status=dead }}
  104. ^ {{cite web {{subst:!}}url=http://dev.mysql.com/doc/refman/5.5/en/smp-improvements.html {{subst:!}}title=dev.mysql.com {{subst:!}}publisher=dev.mysql.com {{subst:!}}accessdate=1 shkurt 2012 {{subst:!}}archive-date=10 shkurt 2012 {{subst:!}}archive-url=https://web.archive.org/web/20120210005914/http://dev.mysql.com/doc/refman/5.5/en/smp-improvements.html {{subst:!}}url-status=dead }}
  105. ^ {{cite web{{subst:!}}url=http://lists.mysql.com/packagers/418 {{subst:!}}title=MySQL Lists: packagers: MySQL 6.0.11 Alpha has been released! {{subst:!}}publisher=Lists.mysql.com {{subst:!}}accessdate=1 shkurt 2012}}
  106. ^ {{cite web{{subst:!}}url=http://dev.mysql.com/tech-resources/articles/whats-new-in-mysql-5.6.html{{subst:!}}title=What's New in MySQL 5.6{{subst:!}}publisher=MySQL Developer Zone{{subst:!}}accessdate=21 prill 2011{{subst:!}}archive-date=23 prill 2011{{subst:!}}archive-url=https://web.archive.org/web/20110423052507/http://dev.mysql.com/tech-resources/articles/whats-new-in-mysql-5.6.html{{subst:!}}url-status=dead}}
  107. ^ {{cite web {{subst:!}} url = http://dev.mysql.com/doc/refman/4.1/en/news-3-23-x.html {{subst:!}} title = B.3. Changes in Release 3.23.x (Lifecycle Support Ended) {{subst:!}} publisher = Oracle {{subst:!}} accessdate = 24 gusht 2010 {{subst:!}} archive-date = 4 prill 2013 {{subst:!}} archive-url = https://www.webcitation.org/6FdLPXRlI?url=http://dev.mysql.com/doc/refman/4.1/en/news-3-23-x.html {{subst:!}} url-status = dead }}
  108. ^ {{cite web {{subst:!}} url = http://dev.mysql.com/doc/refman/4.1/en/news-4-0-x.html {{subst:!}} title = B.2. Changes in Release 4.0.x (Lifecycle Support Ended) {{subst:!}} publisher = Oracle {{subst:!}} accessdate = 24 gusht 2010 {{subst:!}} archive-date = 4 prill 2013 {{subst:!}} archive-url = https://www.webcitation.org/6FdLQ9pBG?url=http://dev.mysql.com/doc/refman/4.1/en/news-4-0-x.html {{subst:!}} url-status = dead }}
  109. ^ {{cite web {{subst:!}} url = http://dev.mysql.com/doc/refman/4.1/en/news-4-1-x.html {{subst:!}} title = B.1. Changes in Release 4.1.x (Lifecycle Support Ended) {{subst:!}} publisher = Oracle {{subst:!}} accessdate = 24 gusht 2010 {{subst:!}} archive-date = 4 prill 2013 {{subst:!}} archive-url = https://www.webcitation.org/6FdLQjpUj?url=http://dev.mysql.com/doc/refman/4.1/en/news-4-1-x.html {{subst:!}} url-status = dead }}
  110. ^ {{cite web {{subst:!}} url = http://dev.mysql.com/doc/refman/5.0/en/news-5-0-x.html#news-5-0-x {{subst:!}} title = C.1. Changes in Release 5.0.x (Lifecycle Support Ended) {{subst:!}} publisher = Oracle {{subst:!}} accessdate = 24 gusht 2010 {{subst:!}} archive-date = 4 prill 2013 {{subst:!}} archive-url = https://www.webcitation.org/6FdLRCmfT?url=http://dev.mysql.com/doc/relnotes/mysql/5.0/en/#news-5-0-x {{subst:!}} url-status = dead }}
  111. ^ {{cite web {{subst:!}} url = http://dev.mysql.com/doc/refman/5.1/en/news-5-1-x.html#news-5-1-x {{subst:!}} title = C.1. Changes in Release 5.1.x (Production) {{subst:!}} publisher = Oracle {{subst:!}} accessdate = 24 gusht 2010 {{subst:!}} archive-date = 4 prill 2013 {{subst:!}} archive-url = https://www.webcitation.org/6FdLRg6Dh?url=http://dev.mysql.com/doc/relnotes/mysql/5.1/en/#news-5-1-x {{subst:!}} url-status = dead }}
  112. ^ {{cite web {{subst:!}} url = http://dev.mysql.com/doc/refman/5.5/en/news-5-5-x.html#news-5-5-x {{subst:!}} title = C.1. Changes in Release 5.5.x (Production) {{subst:!}} publisher = Oracle {{subst:!}} accessdate = 24 gusht 2010 {{subst:!}} archive-date = 4 prill 2013 {{subst:!}} archive-url = https://www.webcitation.org/6FdLSBpo4?url=http://dev.mysql.com/doc/relnotes/mysql/5.5/en/#news-5-5-x {{subst:!}} url-status = dead }}
  113. ^ {{cite web {{subst:!}} url = http://dev.mysql.com/doc/refman/5.6/en/news-5-6-x.html#news-5-6-x {{subst:!}} title = C.1. Changes in Release 5.6.x (Development) {{subst:!}} publisher = Oracle {{subst:!}} accessdate = 24 gusht 2010 {{subst:!}} archive-date = 4 prill 2013 {{subst:!}} archive-url = https://www.webcitation.org/6FdLSgvt7?url=http://dev.mysql.com/doc/relnotes/mysql/5.6/en/#news-5-6-x {{subst:!}} url-status = dead }}
Wikibooks:Category
Wikibooks:Category
Wikibooks ka më shumë informacione për ketë temë:
[[b:{{{1}}}|{{{2}}}]]

Stampa:MySQL Stampa:Sun Microsystems Stampa:Oracle