PDA

View Full Version : Several errors.


pooftownusa
03-14-2006, 12:29 PM
What version of mysql do I need to run 6.5?

And also when I source the load_system database it works fine for awhile then it starts spewing out tons and tons of errors. I think a table is missing. I don't know much about SQL so any help would be appreciated.

ERROR 1146 (42S02): Table 'eq.spawn2' doesn't exist

That's the error that repeats itself indefinitely. I have to Control+C it each time.

TheClaus
03-14-2006, 04:26 PM
I know it works with 4.0.26. That is what I was using with 0.6.5

WildcardX
03-14-2006, 05:14 PM
You recieved that error probably because you tried to source your world database into a MySQL v5.0 server. Right now, EQEmu uses MySQL 4.0.x only. I know for a fact MySQL v5.0 is not supported and I am 90% certain MySQL 4.1 isn't supported wither, by the emulator. Install MySQL 4.0.x and re-source and you will be fine.