About 47,800 results
Open links in new tab
  1. MySQL

    The most comprehensive set of advanced features, management tools and technical support to achieve the highest levels of MySQL scalability, security, reliability, and uptime.

  2. MySQL Database

    MySQL powers the most demanding Web, E-commerce, SaaS and Online Transaction Processing (OLTP) applications. It is a fully integrated transaction-safe, ACID compliant database with full …

  3. MySQL :: MySQL 8.4 Reference Manual :: 1.2.1 What is MySQL?

    MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Oracle Corporation. The MySQL website (http://www.mysql.com/) provides the …

  4. Getting Started with MySQL

    Dec 9, 2025 · Getting Started with MySQL Abstract MySQL is the world's most popular open-source database. Despite its powerful features, MySQL is simple to set up and easy to use. Below are some …

  5. MySQL :: MySQL Downloads

    MySQL NDB Cluster CGE MySQL NDB Cluster is a real-time open source transactional database designed for fast, always-on access to data under high throughput conditions.

  6. MySQL Community Edition

    MySQL Community Edition is the freely downloadable version of the world's most popular open source database. It is available under the GPL license and is supported by a huge and active community of …

  7. MySQL :: Download MySQL Installer

    As of MySQL 8.1, use a MySQL product's MSI or Zip archive for installation. MySQL Server 8.1 and higher also bundle MySQL Configurator, a tool that helps configure MySQL Server.

  8. 1.2 Overview of the MySQL Database Management System

    version 8.4 MySQL 8.4 Reference Manual / General Information / Overview of the MySQL Database Management System

  9. 5.3 Creating and Using a Database - MySQL

    For example, a database like this could be used by a farmer to keep track of livestock, or by a veterinarian to keep track of patient records. A menagerie distribution containing some of the queries …

  10. 5.3.1 Creating and Selecting a Database - MySQL

    Your database needs to be created only once, but you must select it for use each time you begin a mysql session. You can do this by issuing a USE statement as shown in the example. Alternatively, …