View Single Post
  #4  
Old 02-27-2017, 12:21 PM
Maze_EQ
Demi-God
 
Join Date: Mar 2012
Posts: 1,103
Default

http://www.eqemulator.org/forums/sho...=40299&page=18


The installer is not correctly pulling the weekly from PEQ.

Akka will fix it whenever he's off vacation I bet.

But download this one: http://edit.peqtgc.com/weekly/peqbeta_2017-02-22-02:01.tar.gz





Code:
1. Copy data_tables_2017-02-22-02:01.sql, Peqbeta_2017-02-22-02:01.sql, player_tables_2017-02-22-02:01.sql to C:\Program Files\MariaDB 10.0\bin.

2. Rename data_tables_2017-02-22-02:01.sq to data_tables.sql, Rename Peqbeta_2017-02-22-02:01.sql to peqbeta.sql, rename player_tables_2017-02-22-02:01.sql to player_tables.sql.

3. run->cmd.exe

4. cd C:\Program Files\MariaDB 10.0\bin

5. mysql -u root -peqemu

6. DROP DATABASE peq;

7. CREATE DATABASE peq;

8. USE peq;

9. source peqbeta.sql

10. source player_tables.sql

11. source data_tables.sql
Should work now.
__________________
"No, thanks, man. I don't want you fucking up my life, too."

Skype:
Comerian1
Reply With Quote