PDA

View Full Version : Trying to set my server up =(


Lm2004
05-25-2004, 12:45 PM
Ok, im getting the CAnnot load items, but ignoreing error, and i dono whut to do, ive read the posts about it, but i cant understand what to do, i want to get my server running, and that is the only thing stopping me at the moment, so if u could help that would be great, first i want to know, when they say my DB is not compatable with my version of EQ emu, does that mean my Mysql is too old? or that my DB is messed up, i dono whut to do, and if anyone knows a way to delete the files in my DB, like a command, in mysql prompt, that would also be great, i would like to get this running as soon as possible, so i can have my friends over and Lan party it =), but i would also like to just be able to play online.

RangerDown
05-25-2004, 04:00 PM
If you wanna clear your database completely out and start over, these commands will do it: (assuming the name of your database is 'eq' which it will be if you followed the guides)

drop database eq;
create database eq;
grant all privileges on eq.* to eqemu;

(assuming your database user ID is eqemu)

Then you need to source the SQL files back in.

Lm2004
05-26-2004, 04:43 AM
I figured it out and i started the repopulation, i hope it works this time, but while it was populating it said something about the colemn number and row number were invalid, or something, but i will see if it works, had to go to school, so im posting this in hopes i can get some much needed help, thanks for everything.