Mysql is a popular open source database system. It can be downloaded from the mysql website for free. Mysql allows users to create, manipulate and store data in databases. A database contains tables which store data in a structured format. Structured Query Language (SQL) is used to perform operations like querying and manipulating data within mysql databases. Some common sql queries include select, insert, update and delete.