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
|