MySQL Tutorial

A database system used with PHP.

MySQL Intro

What is MySQL?

MySQL is a widely used relational database management system (RDBMS). It is free and open-source.

What is a Database?

A database is an organized collection of data, generally stored and accessed electronically from a computer system.

What is SQL?

SQL stands for Structured Query Language. It is the standard language for dealing with Relational Databases.

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics