PDA

View Full Version : Im stuck at sourcing load_player.sql


Bellos
07-24-2010, 04:20 PM
Im getting error 2 when i try. I have no idea why.

eqemuross
07-24-2010, 08:19 PM
same i've had a server before, tried everything, i can source the peqdeb_rev file fine, but no luck with the load_player file...


[Err] 1064 - 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 'source player_tables/aa_timers.sql' at line 1
[Err] source player_tables/aa_timers.sql;
[Msg] Finished - Unsuccessfully

blackdragonsdg
07-24-2010, 10:25 PM
Open the load_player.sql file and complete the file paths.

This is incorrect: source player_tables/aa_timers.sql;
The program has no idea where on your computer the aa_timers.sql file is at.

It should look something like this: source D:/Everquest/SVN/PEQ Database/player_tables/aa_timers.sql;

Similar changes will have to be made to the load_bots.sql file.

eqemuross
07-25-2010, 01:51 AM
i tried that earlier, maybe i made a mistake, i'll try again and report back.

eqemuross
07-25-2010, 02:02 AM
i changed all the files to the absolute path and now i get "error:2"

eqemuross
07-26-2010, 11:17 AM
there also doesnt seem to be an eqemu_config.xml file in the latest updated source/server files...