About 26,600 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 - Wikipedia

    In addition to relational databases and SQL, an RDBMS like MySQL works with an operating system to implement a relational database in a computer's storage system, manages users, allows for network …

  3. MySQL Tutorial - W3Schools

    MySQL is a widely used relational database management system (RDBMS). MySQL is free and open-source. MySQL is ideal for both small and large applications. Tip: Sign in to track your progress. With …

  4. MySQL: Understanding What It Is and How It's Used - Oracle

    Aug 29, 2024 · MySQL is an open source RDBMS that uses SQL to create and manage databases. As a relational database, MySQL stores data in tables of rows and columns organized into schemas. A …

  5. MySQL Tutorial - Learn MySQL Fast, Easy and Fun

    This step-by-step tutorial provides you with in-depth background information on MySQL administration. This section covers everything from basic to advanced MySQL administration and configuration.

  6. MySQL Tutorial - GeeksforGeeks

    Sep 27, 2025 · MySQL offers a robust system for managing databases, allowing users to create, modify, and interact with data efficiently. In this section of the MySQL tutorial, you will explore how to create …

  7. Azure Database for MySQL - Flexible Server Overview - Azure Database ...

    Jan 5, 2026 · Azure Database for MySQL - Flexible Server also supports reserved instances. If your production workloads have predictable compute capacity requirements, using reserved instances …

  8. 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 …

  9. GitHub - datacharmer/test_db: A sample MySQL database with an ...

    A sample MySQL database with an integrated test suite, used to test your applications and database servers - datacharmer/test_db

  10. PHP MySQL Create Database - W3Schools

    Learn how to create a MySQL database using PHP with step-by-step instructions and examples provided in this tutorial.