View Single Post
  #10  
Old 02-09-2013, 04:24 AM
Noport
Opcode Ninja
 
Join Date: Mar 2009
Location: San francisco
Posts: 426
Default

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
Reply With Quote