Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-21-2007, 11:42 AM
Havocide's Avatar
Havocide
Fire Beetle
 
Join Date: Jan 2007
Posts: 13
Exclamation Error 2 at SQL CMD?

Thus far the guide has worked fine. But when i get to the "Project EQ" section of the guide and get into the sql through dos cmd I am able to create database but am getting an error at source load_system.sql & source load_player.sql . Can anyone enlighten me as to what possible might be wrong?



Reply With Quote
  #2  
Old 11-22-2007, 02:24 AM
Zandig's Avatar
Zandig
Hill Giant
 
Join Date: Jun 2006
Location: New York City
Posts: 180
Default

You are using the wrong syntax.

Here is the proper syntax:

Code:
\. load_system.sql
Also make sure all of the files are in your mysql/bin directory.
Reply With Quote
  #3  
Old 11-22-2007, 02:45 AM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

Or you could

Quote:
source load_system.sql;
__________________
KhepriGames

Game Gallery

My Forums

Reply With Quote
  #4  
Old 11-22-2007, 05:05 AM
Attere
Fire Beetle
 
Join Date: Nov 2007
Posts: 1
Default

Okay, so .. I'm in the midst of attempting to set up my own server. I've read over this, and tried each of the ways that have been posted to load the .sql files.

I get the same error, no matter the syntax. Also, the .sql files are in the bin folder, 'cept it seems to change absolutely nothing.

Is there any other issue that it could be..?
Reply With Quote
  #5  
Old 11-22-2007, 05:37 AM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

Navigate to the directory you downloaded the database to, like C:\peqdb first. Do this by running your command prompt and typing cd\peqdb or whatever directory you put it in.

Another method would be to copy the two load files over to your C:\Program Files\Mysql\bin directory and then run the MySQL CLI from your start menu and do exactly what you are already doing.

Detailed instructions to do the first method are located in my PDF guide so you have some screen shots to go along with.

\. and source are the same thing, so either will work.
Reply With Quote
  #6  
Old 11-22-2007, 08:35 AM
Havocide's Avatar
Havocide
Fire Beetle
 
Join Date: Jan 2007
Posts: 13
Exclamation Got past the CMD lines.. Making progress!

Well it turns out that it was a directory issue that I corrected and it compiled ok. I am on the finalizing stages of the guide where it says " You will see a 2 windows come up, one will say

Wait for World to Finish LoadingPress Enter to Continue


And the other will say several lines of code, give it a second and it should stop, with the final two lines reading

[DEBUG] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[DEBUG] [WORLD__LS] Loginserver provided YOUREXTERNALIP as world address


It opens up the first window and closes too fast for me to read and leaves up the "Wait for World to Finish LoadingPress Enter to Continue" . I click continue and it opens up the 3rd bow which displays nothing at all no matter how long i wait. Not sure where to start looking for the problem other than retracing steps.
Reply With Quote
  #7  
Old 11-22-2007, 09:28 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by Havocide View Post
It opens up the first window and closes too fast for me to read
This sounds like world.exe has a problem. What I would do would be open up a command prompt/ DOS window, then change directory to where you have world.exe installed and run it from there, e.g.

C:> cd \EQEmu (assuming this is where you have world.exe)
C:\EQEMU> world

This should display any error messages form World without closing the window. Then copy/paste the output here to allow further diagnosis.
Reply With Quote
  #8  
Old 11-22-2007, 01:18 PM
Havocide's Avatar
Havocide
Fire Beetle
 
Join Date: Jan 2007
Posts: 13
Default

C:> cd \EQEmu (assuming this is where you have world.exe)
C:\EQEMU> world


This is what comes up.

Reply With Quote
  #9  
Old 11-22-2007, 01:24 PM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

Did you set up a account with the name "eq" in mysql. I normally just use the root account at first until I can get things running right, then I vary with other features and settings. Try your root acount and see how it goes.
Reply With Quote
  #10  
Old 11-22-2007, 01:25 PM
Havocide's Avatar
Havocide
Fire Beetle
 
Join Date: Jan 2007
Posts: 13
Default

Quote:
Originally Posted by techguy84 View Post
Did you set up a account with the name "eq" in mysql. I normally just use the root account at first until I can get things running right, then I vary with other features and settings. Try your root acount and see how it goes.

Used "root" on both as a basic setup.
Reply With Quote
  #11  
Old 11-22-2007, 01:28 PM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

Quote:
Originally Posted by Havocide View Post
Used "root" on both as a basic setup.
Well, your world window says that your using "eq" as the database username. Check your eqemu_config.xml file under the Database section and change eq to root.
Reply With Quote
  #12  
Old 11-22-2007, 01:34 PM
Havocide's Avatar
Havocide
Fire Beetle
 
Join Date: Jan 2007
Posts: 13
Default config.xml

Quote:
Originally Posted by techguy84 View Post
Well, your world window says that your using "eq" as the database username. Check your eqemu_config.xml file under the Database section and change eq to root.

Ya I seen that, thats very odd. here is my config.xml



does this look correct ?
Reply With Quote
  #13  
Old 11-22-2007, 01:51 PM
Havocide's Avatar
Havocide
Fire Beetle
 
Join Date: Jan 2007
Posts: 13
Default re-config xml

Actually that picture posted above is wrong, this is what it actually reads.

Reply With Quote
  #14  
Old 11-23-2007, 12:09 AM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

Are you editing the right config file. Make sure its eqemu_config.xml and not the one that says full on the end of it.

Bout the only thing I can think of if your config file is right. World is saying its using "eq" as a account, soooooo.... I really dont quite know.
Reply With Quote
  #15  
Old 11-23-2007, 04:20 AM
Havocide's Avatar
Havocide
Fire Beetle
 
Join Date: Jan 2007
Posts: 13
Default Beyond Frustration.

Well like I said sql username and password are both set to "root" yet somehow its saying in the dos box its "eq" . I modified the correct xml file and still getting same db load error. So this is the end of the line for me. Thank you to all that helped and i made it to the end of the tunnel with the guide but just couldnt get through the door. Best of luck and thanks for the help.
__________________
Here is my yahoo, doja_valkarie2005.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:09 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3