MySQL / MariaDB

Introduction

According to Wikipedia, MySQL is a kind of database:

MySQL (/ˌmaɪˌɛsˌkjuːˈɛl/)^5 is an open-source relational database management system (RDBMS).^5^6 Its name is a combination of "My", the name of co-founder Michael Widenius's daughter My,^7 and "SQL", the acronym for Structured Query Language.

Data Types

Data Type Categories

MySQL supports SQL data types in several categories MySQL Reference:

Numeric Types

Date and Time Types

String Types

The string types are:

MySQL Clients

PHPMyAdmin

PHPMyAdmin is a web-based MySQL client. You can do most of the things you can do with the MySQL command line client, but in a web browser based GUI.

References

Web Links

Note Links

Footnotes

^5 ^6 ^7