Introduction: What is MySQL?

  1. Other applications
  2. Introduction
  3. Documentation

MySQL is a way of storing databases. Each database contains tables. Each table contains rows and each row contains columns. Rows and columns might be more familiar to you as records and fields.

MySQL is only a database application. It contains no user interface of its own. It does ship with a sample command-line application, but this is really meant as a programming sample so that programmers can write better interfaces for MySQL.

  1. Other applications
  2. Introduction
  3. Documentation