Quote:
Originally Posted by h37lion
honestly, it takes no time to do yourself..
take all the .txt files drwade was cool enough to offer.. then put them in your mysql/bin directory
open mysql.exe
for example, if you have a faction_lists.txt file, to import it to the db, you type at the mysql prompt
mysql\ source faction_lists.txt
then it should run through it's thing. Just do this for each list. This is how I did it, and it worked perfectly.
|
not work for me :-(( ...... my history :
When I first time install EQemu , I install DB addon and world data fine....
but now after 3 days when I completely reinstall Eqemu + mysql..
I can't install DB addon to sql :((
I use install.bat or manually update but result is same..
books.sql - imported fine
doors.sql - fine
items.sql - fine
spawns.sql - problems :( I get MANY errors
like error.. syntax..] blabla..line xy ...
and I have 0 spawns/ncp type/entry in my db and only few starting items.. for class shopkeeper..
Where is problem ? I using commands from install.bat
(mysql.exe use eq; source nameoffile.sql; )
or I must type now
-f eq < nameoffile.sql ??