View Single Post
  #1  
Old 07-17-2013, 09:30 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

Make sure that when you extract the .tar.gz file that you are actually extracting everything.
Assuming you have 7 zip,
Right click on .gz choose 7zip extract here.
Now you have a .tar file.
Right click on .tar and choose 7zip extract here
This will extract the peqbetaxxxxxxxxx and drop_system SQL files.

Open a command prompt.
cd \eq\sql
mysql -uroot -ppassword peq
source drop_system.sql
source peqbetaxxxxxxxxx.sql
exit
exit

Launch your start.bat
Reply With Quote