About 90,200 results
Open links in new tab
  1. MySQL

    MySQL Enterprise Edition 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 :: MySQL Database

    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 …

  3. Getting Started with MySQL

    Dec 9, 2025 · 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 instructions to help you get …

  4. MySQL :: MySQL Downloads

    MySQL Enterprise Edition MySQL Enterprise Edition includes the most comprehensive set of advanced features, management tools and technical support for MySQL. Learn More » Customer Download …

  5. 5.3 Creating and Using a Database - MySQL

    Once you know how to enter SQL statements, you are ready to access a database. Suppose that you have several pets in your home (your menagerie) and you would like to keep track of various types of …

  6. 5.3.1 Creating and Selecting a Database - MySQL

    Under Unix, database names are case-sensitive (unlike SQL keywords), so you must always refer to your database as menagerie, not as Menagerie, MENAGERIE, or some other variant. This is also …

  7. MySQL :: Download MySQL Installer

    Note: MySQL 8.0 is the final series with 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 …

  8. MySQL Community Edition

    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 …

  9. MySQL Products

    Embedded MySQL Enterprise Edition for ISVs, OEMs and VARs who want a proven, low cost, embedded database. Learn More

  10. 3.15 Copying MySQL Databases to Another Machine

    mysqladmin create db_name # create database cat DUMPDIR/*.sql | mysql db_name # create tables in database mysqlimport db_name DUMPDIR/*.txt # load data into tables