Make sure the mysql user `firstrecord' exists, and has full access to an existing database also named `firstrecord'. Hint: $ mysql -u root -p Password: ******* mysql> grant all on firstrecord.* to firstrecord@localhost identified by 'firstrecord'; mysql> ^D $ Then run 'make'.