This document provides an introduction to stored procedures in MySQL. It begins with a definition of stored procedures as subprograms stored in a database that can contain SQL statements. The document then discusses why stored procedures are useful, including that they are fast, portable, reusable components that centralize logic in the database. It also covers how to set up MySQL for stored procedures and demonstrates starting the mysql client.