MySQL
MySQL, or My Structured Query Language (”My” is probably the name of the daughter of one of the fellow founders of MySQL), is used for building and managing databases.
MySQL is server-side and a MySQL server must be installed in order to use MySQL. MySQL is executed through PHP and thus also a PHP extension is needed before everything will work.
This must be enough to get you going, but it very often is useful to install phpMyAdmin.