View Single Post
  #2  
Old 12-16-2012, 02:19 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Open a command prompt
Navigate to the directory where the peq database file is
mysql -uroot -ppassword peq < peqdb_rev2214.sql

Replace 'password' with whatever password you chose, and this assumes you already created the peq database using whichever instructions you are following.

Error 2 is file not found btw, so I assume you're either not spelling the filename correctly, or you're not in the right directory.
Reply With Quote