EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   New Server issues (https://www.eqemulator.org/forums/showthread.php?t=37309)

TylerBarnes 11-10-2013 12:19 AM

Quote:

Originally Posted by HnathBST (Post 224409)
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.

I'm trying to follow these directions but I'm hitting a bit of a road block.
I downloaded the google drive stuff, put it in my SQL folder and then opened cmd.exe, navigated to the folder so it said C:\EQ\SQL>
I put the code in, enter my password and get the following error: ERROR 1049 <42000> Unknown database 'peq'
Not entirely sure why it's not working. I put the .tar.gz files in there and then extracted them but still preserved the original files so it had both the .tar.gz and the extracted files in the SQL folder.

lerxst2112 11-10-2013 01:56 AM

Did you create the peq database first?

HnathBST 11-10-2013 02:01 AM

Quote:

Originally Posted by TylerBarnes (Post 225813)
I'm trying to follow these directions but I'm hitting a bit of a road block.
I downloaded the google drive stuff, put it in my SQL folder and then opened cmd.exe, navigated to the folder so it said C:\EQ\SQL>
I put the code in, enter my password and get the following error: ERROR 1049 <42000> Unknown database 'peq'
Not entirely sure why it's not working. I put the .tar.gz files in there and then extracted them but still preserved the original files so it had both the .tar.gz and the extracted files in the SQL folder.

Depending on what directions you followed your database May not be named peq. You need to change the command 'MySQL -u root -p peq' to match the database you do have.


All times are GMT -4. The time now is 10:19 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.