Updating my DB to support the latest EQEmu?
My server runs fine with Angelox's database but always errors when trying to use the official ProjectEQ database from the main website.
If I understand correctly the errors I'm receiving when trying to run my server are due to changes in EQEmu since the last official release of this database? Where can I get a list of the changes that need to be made to this database to make it function correctly? I tried to use the database from the ProjectEQ CVS but I received an error when trying to source the .sql files. Quote:
|
Use the change logs in the emulator itself to see all the needed sql changes.
Or better yet, just get the CVS version of PEQ |
GeorgeS has a nice list of updates posted at his site;
http://66.159.225.58/eqemu/eq.html |
Quote:
|
Quote:
|
Refer to this sql file for all changes to current -
http://66.159.225.58/eqemu/sql_chang...o0.7.0.985.txt GeorgeS |
Sorry about that rope, I missed it. What is the error with the CVS. Possible something about the file not being found or something like that. Heres the differences
Angelox's = Fully updated, single file PEQ Final = Non Updated Single File PEQ CVS = Fully Updated Multi-file The load_system and player files in the peq final are the complete dump from the database, while the cvs file are actually sql querys that link to sql files that are dumped for each db table. The most common error is starting the mysql commnad line browers from a directory other than the one the files are located. If you start MCL and type in the source C:\peqdb\load_systems.sql; then it will errror out because the queries inside load system will try to source the other files from the directory your in. When downloading from CVS, for the target folder, just put C:\ and download. Then start up command prompt, and type in cd\peq_db You will end up being at Code:
C:\peq_db> create database peq; command. Next run Code:
\u peq Code:
source load_player.sql Code:
source load_system.sql |
My database is clean and my server setup is fine. I've also linked apache/php/phpmyadmin so that I can use either phpmyadmin to manage my databases in a UI or access it directly from the console.
Quoting from my post on the projecteq forum: Quote:
|
All times are GMT -4. The time now is 06:43 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.