Going beyond a simple database table, a relational database fits more complicated systems by relating information from two or more database tables. This paper uses MySQL to develop a basic appreciation of relational databases including user administration, database design, and SQL syntax. It leads the reader in downloading and installing MySQL, planning a database, building that database, adding data to the database, and some simple manipulation of that data.