View Single Post
  #3  
Old 01-10-2013, 01:06 AM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

you can also use this from a command line instead of sourcing from a mysql command prompt (for use in batch files)

mysql -u<username> -p --database=peq < PATH\TO\peqdb_revXXX.sql
Reply With Quote