Where Can I Find a 0.6.2/3 Database?
The title pretty much says it all. I'm looking for a database that's compatible with EQEMu 0.6.2/3. ProjectEQ has a 0.5.8 compatible DB, but that's the latest version I can find!
Is there a newer version or had the schema remained unchanged since that version? I've just recently gotten back into the EMU scene and am looking for a working copy that has everything except tables/data for things like the PEQ Editor, but there are so many different files that can be found all over this board that I don't know what to use and what not to. I've tried using the 0.5.8 DB from ProjectEQ and running various "updates" as well as looking at all those different files available from the CVS (and from http://www.projecteq.net/sql/), but I keep running into problems. Am I doing something wrong or do I just not have the right DB files to source in? P.S. I'm using MySQL 5.0.16, PHP 5.1.1, Apache 2.0.47, and Perl 5.8.4 all on a Windows XP box (fully updated). I'm using PHPMyAdmin 2.7.0-pl1 so I know that MySQL is running properly and that I have the right username/password setup (since I can login and view the databases through both the PHPMyAdmin and MySQL Command Line interfaces). |
|
do you need to update that database after you download it, I am sure you do. check out one of my recent possts its in there.
Edit: for 6.3 not 6.2 |
Quote:
Your version of MySQL could be too high you might want to try running 4.0.23~. |
I'm pretty sure that the problem is actually a DB schema issue because the "New, Improved PEQ Database Editor" Web interface would call up information OK (it took forever to load pages though!) and the "DRP: Database Editor" would be able to log into the DB and call up a list of NPCs.
I was just having issues with the DRP editor hanging whenever I tried to pull up specifics on something (as well as a couple other annoying issues). So, I decided to just reload everything and make sure I wasn't using any weird/old SQL dumps. And then, of course, I couldn't find a good (complete) DB that was up-to-date. But only AFTER I'd already dropped mine! :( Anyway, I'm trying the Velious PEQ DB right now so we'll see if that helps. |
Use Peq Velious RC1
And make the correct repair : Code:
EQEMu Changelog (Started on Sept 24, 2003 15:50) You can find it in last CVS. You can't acces CVS ? Here a snapshot: http://eqfroggy.ath.cx/download/EQEmuCVS-12-09-2005.rar You can't find a complete DB for eqemu, make it, is hard, and i know only 2 crew who working on that (Black rogue product & Peq). |
OK, when I try to source the Velious PEQ DB (clean dump, no other files sourced), it works fine until it tries to make the "spawn2" table, where it gives me the following error:
The reason it says the error is at line 13 is because I cut the load_system.sql dump into 2 files with the second file starting at the creation of the "spawn2" table (so I could make sure everything else sourced fine). Code:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'condition mediumint(8) unsigned NOT NULL default '0', Code:
-- MySQL dump 9.11 Code:
CREATE DATABASE eq; The load_system.a.sql is the first half of the original load_system.sql file and covers tables "aa_actions" through "pets". This file sources without error. The load_system.b.sql is the second half (and is only a 10MB file whereas the other one is 87MB - so I know it's not some weird file size issue) and covers "spawn2" through "zoneserver_auth". It, of course, gives the above error and is completely unable to dump the "spawn2" table. When I remove all the "spawn2" entries from the file, all the other tables in here source correctly. Could it be a problem with "condition" being a keyword in MySQL 5? |
Are you sure your DB EQ is empty when you source ?
Before CREATE DATABASE EQ; just drop it with a DROP DATABASE EQ; And for help on PEQ database, don't forget to go on http://www.projecteq.net you have many forum with support answer about database :) |
Whelp, sojadruid, it looks like you were right and I was wrong! It is, in fact, a "problem" with MySQL 5 :(
Apparently, "contition" is a reserved word because when I change the spelling (by adding the letter "a" to the end), it sources just fine. Guess it's back to MySQL 4 for me. P.S. Thanks for those updates to the DB schema Belfedia! |
mysql higher than 4.0 has not been supported in a long time. Eqemu hates it.
Also, there is always information about how to get PEQ databases up to the current CVS code on PEQ's forums... http://www.projecteq.net/phpBB2/viewtopic.php?t=308 |
Quote:
|
Well, not that many of you guys really NEED to know this, but I "downgraded" my version of MySQL from 5.whatever to 4.1 and everything works fine!
Now all I need is an EQEMu build that supports live and I'll be ready to go! (note: This is said jokingly! With me playing WoW as much as I do, more gaming is not something I really need) |
Cool :)
If that work we are happy :) |
All times are GMT -4. The time now is 11:25 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.