load_player.sql.. I just can't figure it out...
I have been trying for over an hour and ahalf trying to figure out the issue here. I got the DB to source without an issue but when it comes to load_player.sql it wont happen. Here is a clipit of what is happening...
-------------- ERROR: Unknown command '\l'. -> source c:\peqdb\peqdatabase\load_player.sql; -------------- C:eqdbeqdatabase\load_player.sql source c: -------------- -------------- C:eqdbeqdatabase\load_player.sql source c:eqdb -------------- ERROR: Unknown command '\l'. ERROR 1064 (42000): 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 'C:eqd beqdatabase\load_player.sql source c:eqdbeqdatabase\load_player.sql' at line 1 mysql> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please if you could post a detailed description on the fix. Thank you. Dayhawk~ |
I don't remember the exact syntax, but try putting the path in quotes, try using forward slashes, try using relative paths, etc..
|
When trying to do it with forward slashes it started working but all files FAILED with "error 2". Been trying for 2 hours now everything.
|
Quote:
Make sure you have a database created and have the database selected. run the command as source directorypath\load_player.sql; <---- semi-colon |
I put the player tables folder in the same directory as the DB in MYSQL folder. I tried what you told me to od and it still has not worked.
|
Quote:
Code:
source load_player.sql; |
Put the player_tables folder and the load_players.sql in the bin folder?
|
Tried what you said, put it in ben folder still not working, getting Error 2
|
Quote:
|
Akk,
After moving the Player_Tables folder to "bin" in the Mysql folder along with load_player.sql then rebooting CMD, I slected the database that i created "peq" and typed: source load_player.sql Still recieving error 2. |
Failed to open file 'load_player.sql', error: 2
|
Quote:
source load_player.sql; |
Used a semi colon, failed.
|
You need to remember that it is loading other sql files. Some systems won't follow the path once it starts loading or it will follow the path relative to where your loading the SQL from. The way I like to do it is to leave the files and folders in tact the way you get them from the svn (well I extract the database zip file of course) and then I start mysql from within the directory where the load_player and database revision files are located. If it were a single sql file, it would work using source "folder\file.sql"; method, but when the .sql file contains a chain, a lot of systems don't like to follow the path relative to your sql.
|
Got everything working now when I launch my server it is showing error
eqlaunch.exe - unable to locate DLL The dynamic link library MSVCP90.dll could not be found in the specified path D:\eqemu;.;C:\winnt\system32;C:\winnt\system;C... so on and so forth... |
Quote:
|
Quote:
This is most likely what you need to install: http://www.microsoft.com/downloads/e...d-3802b2af5fc2 |
If I install that what do I do with it?
|
You don't do anything with it directly... you just need to have it installed.
|
I guess to sound less "JUST DO IT" about it... it's like installing drivers.
|
Ah ok thanks Chanus.
|
Very annoyed.. When launching batch file from desktop it is still stating the following -
eqlaunch.exe - Unable to Locate DLL How do I go about fixing this? |
If you need MSVCP90.dll then do a google search for it and you will find a workable solution many times over. I really wish I could say more about this but it would violate forum rules.
|
Quote:
The one I linked should have fixed it if it was installed. If it didn't then whoever compiled it may not have upgraded to SP1. Try downloading and installing the non-SP1 version of the Visual Studio 2008 runtime. You can also download a program called Dependency Walker that will show you exactly what DLL files are needed to run something and show you which ones you do not have installed. It's odd that you didn't already have the runtime installed. Almost every program built with Visual Studio 2008 would have to include it in their installer for the program to work. |
Quote:
|
I am running into my last issue and I would really appreciate any help I can get.
Getting the following error... Failed to open log file: logs/eqemu_debug_0948.log [Debug] [LAUNCHER__INIT] Loading server configuration.. [Debug] [NET__WORLD] WorldConnection connect: Connecting to the server 127.0.0.1 :9000 failed: TCPConnection::Connect(): connect() failed. Error: 10061 [Debug] [LAUNCHER__ERROR] worldserver.Connect() FAILED! Will retry. [Debug] [LAUNCHER__INIT] Starting main loop... |
Failed to load mime.types...
After having my server up for over five hours with 0 issues I decided to reboot my server and reboot my computer.. After trying to reload the server it failed to and said the following...
World.exe can't load: [Debug] [WORLD_HTTP_ERR] failed to load mime types from 'mime.types' Any ideas? |
Well, is there a file named mime.types in your server directory?
How are you actually starting the server? If you are using a shortcut to the batch file, make sure you have the "Start In" directory set to the right place otherwise it will not find the proper files. If you have the file, try navigating to the server directory and running the start.bat file directly from there. |
There is not a file named that...
I tried that on the shortcut on my desktop Then tried using start.bat file.. Same error is occurring [Debug] [WORLD_HTTP_ERR] failed to load mime types from 'mime.types' |
I'm confused... you have an error message that explicitly states which file is causing the error, then you have a post explicitly asking if you have that file in your server directory and you say you don't... yet you can't connect the dots?
I see a bright future ahead of you |
Instead of being an asshole to someone who knows nothing about those kinds of files maybe you can help? Or just don't bother posting at all....
|
Should I drive over and wipe your ass too? Seriously your head is used for more than keeping your neck warm and the faster people like you(who seem to think that searching is for everybody except them) realize that, the better it is for YOU.
So many people come here, ask a million dumbass questions and all the while never engage their own brains to attempt to figure out a solution and eventually even these fine helpful folk just give up on your lazy ass and thats it, those people are done. Because they stop getting answers handed to them, they give up. You can avoid that fate by taking a more active role in your own server's development. This project has been around a very long time, the chances of you having a problem that nobody else has experienced before(and posted about) is extraordinarily slim. The answer has been given to you, but because its not in paint by numbers format you don't see it. When somebody asks if you are missing a file and you are missing a file, get that file. Its not rocket surgery. |
All times are GMT -4. The time now is 05:07 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.