mysql -u root -p
Create Database peq; this will make sure you created a directory for your peq database. if you have a peq directory you may skip this step.
use peq (Hit enter and you will see a short note saying "Database changed")
then type
source load_player.sql
|