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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 07-27-2008, 06:29 PM
Jack Daniel
Fire Beetle
 
Join Date: Apr 2008
Location: USA
Posts: 18
Default

These are all the .sql files that the ls command produced so do source them all

server:/home/eqemu# cd ~eqemu/server/database
server:/home/eqemu/server/database# ls
aa_timers.sql drop_system.sql object_contents.sql
account.sql eventlog.sql peqdb_1119a.sql.gz
Banned_IPs.sql faction_values.sql petitions.sql
botinventory.sql guild_members.sql player_corpses_backup.sql
botleader.sql guild_ranks.sql player_corpses.sql
bot_npcs.bat guild_relations.sql quest_globals.sql
bot_npcs.sh guilds.sql rule_sets.sql
botsowners.sql hackers.sql rule_values.sql
character_backup.sql inventory.sql sharedbank.sql
character_.sql launcher.sql timers.sql
commands.sql launcher_zones.sql variables.sql
CVS load_player.sql zone_flags.sql
drop_player.sql name_filter.sql
Reply With Quote
  #2  
Old 07-28-2008, 04:48 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Hmm, that looks more like your separate tables than the full package. Last time I sourced PEQ it was only 2 files. And, I thought that Cavedude had mentioned that he was thinking of making it all in just 1 file, but I could be wrong about that.

Really, Cavedude or someone who has installed a PEQ DB recently would be better for answering that. I wasn't expecting to see all of those tables to source. Maybe you got the wrong file?
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #3  
Old 07-29-2008, 12:26 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

If you're starting from scratch, you will need to source load_player.sql first. It basically loads all of the other .sql files, which correspond to individual tables, into the database, except for the peqdb_xxxxx.sql.gz file, which is all of the non-player info. You can do this one of 2 ways:
Code:
mysql -u root -pPASSWORD DATABASENAME
source /home/eqemu/server/database/load_player.sql;
exit
Or, you can do it all on 1 line:
Code:
mysql -u root -pPASSWORD DATABASENAME < /home/eqemu/server/database/load_player.sql
However, if you use the second option, you don't really get any info about errors. Once you've done that, you can load the rest of the database from the Gzipped file. First, you'll need to Gunzip it:
Code:
cd /home/eqemu/server/database
gunzip peqdb_1119a.sql.gz
That will extract it as peqdb_1119a.sql. Once that's done, just do the same thing as load_player.sql, except use peqdb_1119a.sql instead of load_player.sql. Then, your database should be all loaded. Going forward, if you need to update the database, you just need to source the peqdb file instead of running the load_players file.

Hope this helps.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote
  #4  
Old 07-29-2008, 02:09 PM
Jack Daniel
Fire Beetle
 
Join Date: Apr 2008
Location: USA
Posts: 18
Default

ok when setting up the server directory from

http://www.eqemulator.net/wiki/wikka...ianLinuxServer

I run the commands
~/server$ ln -s ../source/EQEmu-0.7.0-1119/utils/cleanipc
~/server$ ln -s ../source/EQEmu-0.7.0-1119/eqlaunch/eqlaunch
~/server$ ln -s ../source/EQEmu-0.7.0-1119/zone/zone

and in the Debian GUI files /home/eqemu/server the icons show a broken sysmble and when i go to open the those files in GUI saids The Link "cleanipc" is Broken. Move it to Trash?

sorry im noob to installing the emulator
Reply With Quote
  #5  
Old 07-29-2008, 03:07 PM
Jack Daniel
Fire Beetle
 
Join Date: Apr 2008
Location: USA
Posts: 18
Default

Disregaurd my last post i got it to compile correctly yeah now moving on hehe
Reply With Quote
Reply

Thread Tools
Display Modes

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 11:35 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3