EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Im stuck at sourcing load_player.sql (https://www.eqemulator.org/forums/showthread.php?t=31718)

Bellos 07-24-2010 04:20 PM

Im stuck at sourcing load_player.sql
 
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...

Code:

[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...


All times are GMT -4. The time now is 03:18 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.