The historydb.sql script will create a database named "historydb", and a user with DML privileges on it.

It will create a table named "president" and load it with data.

Use mysql as "root" to run the historydb.sql script.

   mysql -u root -p < historydb.sql
