so i looked at examples of others config.xml file and made some changes there
so now i have 5 windows open world.exe, login server, ucs.exe, eqluanch.exe, queryserver.exe
i coped and pasted this from the world.exe
[World Server] Loading server configuration..
[World Server] CURRENT_VERSION: 1.0.0
[World Server] Added loginserver 127.0.0.1:5998
[World Server] Connecting to MySQL...
[World Server] HTTP world service disabled.
[World Server] Checking Database Conversions..
Pulling down automatic database upgrade script...
[Upgrade Script] No script update necessary
Perl Version is 5.12.3
Warning: Using a password on the command line interface can be insecure.
ERROR 1146 (42S02) at line 1: Table 'peq.db_version' doesn't exist
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Table 'db_version' does not exists.... Creating...
Warning: Using a password on the command line interface can be insecure.
================================================== ==========
EQEmu: Automatic Upgrade Check
================================================== ==========
(Windows) MySQL is in system path
Path = C:\xampp\mysql\bin/mysql
================================================== ==========
Binary Database Version: (9075)
Local Database Version: (1000)
Retrieving latest database manifest...
URL:
https://raw.githubusercontent.com/EQ...ter/utils/sql/
db_update_manifest.txt
Saved: db_update/db_update_manifest.txt
You have missing database updates, type 1 or 2 to backup your database before ru
nning them as recommended...
Database Management Menu (Please Select):
1) Backup Database - (Saves to Backups folder)
Ideal to perform before performing updates
2) Backup Database Compressed - (Saves to Backups folder)
Ideal to perform before performing updates
3) Check for pending REQUIRED Database updates
Stages updates for automatic upgrade...
4) AAs - Get Latest AA's from PEQ (This deletes AA's already in the data
base)
5) OPCodes - Download latest opcodes from repository
0) Exit
> 1)
Database Management Menu (Please Select):
1) Backup Database - (Saves to Backups folder)
Ideal to perform before performing updates
2) Backup Database Compressed - (Saves to Backups folder)
Ideal to perform before performing updates
3) Check for pending REQUIRED Database updates
Stages updates for automatic upgrade...
4) AAs - Get Latest AA's from PEQ (This deletes AA's already in the data
base)
5) OPCodes - Download latest opcodes from repository
0) Exit
> 1
Can't open perl script "db_dumper.pl": No such file or directory
db_dumper.pl not found... retrieving...
URL:
https://raw.githubusercontent.com/EQ...ter/utils/scri
pts/db_dumper.pl
Saved: db_dumper.pl
Performing database backup....
Warning: Using a password on the command line interface can be insecure.
Todays Date: 02-11-2015
Operating System is: MSWin32
Database is peq
Backup Directory: backups
Directory does NOT exist! Creating...
Backing up Database peq...
--- CMD ---
mysqldump -uroot --host 127.0.0.1 --max_allowed_packet=512M --password="*******"
peq > "backups\peq 02-11-2015.sql"
---------------------------------------
Backup DONE... DB Backup File Size '212432598' (202.59 MiB)
Final file located: backups\
Database Management Menu (Please Select):
1) Backup Database - (Saves to Backups folder)
Ideal to perform before performing updates
2) Backup Database Compressed - (Saves to Backups folder)
Ideal to perform before performing updates
3) Check for pending REQUIRED Database updates
Stages updates for automatic upgrade...
4) AAs - Get Latest AA's from PEQ (This deletes AA's already in the data
base)
5) OPCodes - Download latest opcodes from repository
0) Exit
I did a backup to database but not sure where to move forward now. It said something about missing an update or something.
thanks