The guys over at PEQ have recently switched from the SVN to a google drive with a daily dump. I don't think any of the guides have been updated to reflect this, so your DB is most likely out dated.
to source the new files like kingly said you simply put them in your C:\EQ\SQL folder, open a command prompt and navigate to that folder.
then type:
Code:
C:\EQ\SQL> mysql -u root -p peq
<it will ask your password, type it and press enter>
mysql> source drop_system.sql
<this will take a second>
mysql> source peqbeta_{date_time}.sql <this will change depending on when you d/l>
<this will take a minute, good time to get some coffee...>
mysql>source user_tables_{date_time}.sql <same date as above>
<this won't take as long>
mysql>source source_views.sql
Obvisiously ignoring my comments ^*
That SHOULD get you up and running with your DB, just let us know if you encounter any errors.