This document provides an introduction to using MySQL. It begins with an overview of installing and configuring MySQL, including the configuration file (my.cnf) and privilege tables that control user permissions. It then demonstrates how to connect to the MySQL server for the first time using the mysql client, set the root password, select a database, and use the mysqladmin tool to create a new database. The document concludes by explaining how to secure the new database using the GRANT command to assign privileges to a user for that database.