Page 1 of 1
Database_Installer Problem ?
Posted: Tue Feb 23, 2010 7:52 pm
by RazRazvan
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number:
L2JDP Revision
Number:
Sorry for not giving informations about Revision , but it does not even matter , I get stuck somewhere else

[ I don't want to admit that I forgot the Revision number ( I know how to find out , but it's on other PC and I can't see ) ]
First of all , I used Eclipse , all it's done perfectly . Extracted to my L2J_Server folder.
Changed the config ( root , password ) and I try to run database_installer [ this is where I get stuck ] .
I made all the changes , path for MySQL ( P.S. : I'm using Windows Server ) , set up corectly the password , made the l2jdb in Navicat and after made all those settings for Loginserver , Gameserver , path for backups , log ... shows me that my configuration has been saved into vars.txt and database_installer closes .

Right after that it closes , what could be the problem :-s ?
Is any difference for Windows Server :-/ ?
[ Forgot to tell , when I up them manually , it works

? ]
Re: Database_Installer Problem ?
Posted: Wed Feb 24, 2010 12:37 am
by MELERIX
without your revision numbers, we can't help you.
Re: Database_Installer Problem ?
Posted: Wed Feb 24, 2010 4:27 am
by RazRazvan
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 3966
L2JDP Revision Number: 7114
Re: Database_Installer Problem ?
Posted: Wed Feb 24, 2010 4:45 am
by denser
add manually config for cb server in vars. installer bugged to read old config or create new.
i dont know why coz it contains lot of code. so i add manually and it works for now
Re: Database_Installer Problem ?
Posted: Wed Feb 24, 2010 4:56 am
by momo61
can one delete the l2jcb database and still have l2jdb running perfectly fine ?
Re: Database_Installer Problem ?
Posted: Wed Feb 24, 2010 5:37 am
by denser
momo61 wrote:can one delete the l2jcb database and still have l2jdb running perfectly fine ?
you mean delete after install or setup cb in one db called l2jdb?
Re: Database_Installer Problem ?
Posted: Wed Feb 24, 2010 5:39 am
by momo61
denser wrote:momo61 wrote:can one delete the l2jcb database and still have l2jdb running perfectly fine ?
you mean delete after install or setup cb in one db called l2jdb?
I mean delete after install.
Re: Database_Installer Problem ?
Posted: Wed Feb 24, 2010 5:40 am
by denser
if you would not enable CB in GS config and will not try to start CB - i believe all be fine

Re: Database_Installer Problem ?
Posted: Wed Feb 24, 2010 11:53 am
by RazRazvan
Ok , maybe I hadn't explain it well .
I try to load my scripts in Navicat ( localhost - l2jdb ) with database_installer . After I set the path for MySQl and all others ( user , password , database , host ) saves my changes in vars.txt and database_installer shuts down ( closes ) .
I added all those scripts by hand and server is running .
But why database_installer does not work ? Is there any change for Windows Server ?
Because I have all programs running on x64 and I installed them well .
Re: Database_Installer Problem ?
Posted: Wed Feb 24, 2010 11:57 am
by denser
denser wrote:add manually config for cb server in vars. installer bugged to read old config or create new.
i dont know why coz it contains lot of code. so i add manually and it works for now
i repeat - manual editing is your friend

for me it helps. coz i have same problem at first use it with CB implementation.
Re: Database_Installer Problem ?
Posted: Wed Feb 24, 2010 12:06 pm
by RazRazvan
I don't get it , I should set the value for Community Board = True ?
P.S. : Adding by hand it's ok , but when I have to make an Update for the server and save all my accounts , what am I supposed to do 8-| ? It will be hard and harder every time I have to to this .
Re: Database_Installer Problem ?
Posted: Wed Feb 24, 2010 12:20 pm
by denser
no no

. i don't know why - but in VARS.TXT have to fill all of the vars - including cblogin, cbpass, cbdb...
later i can give you this file with blank parameters. so you can fill it and become happier a little bit

Re: Database_Installer Problem ?
Posted: Wed Feb 24, 2010 12:23 pm
by RazRazvan
I would appreciate ! Thanks !
Re: Database_Installer Problem ?
Posted: Wed Feb 24, 2010 1:39 pm
by denser
Code: Select all
@echo off set config_version=2 set cmode=cset safe_mode=1 set mysqlPath=C:\Program Files\MySQL\MySQL Server 5.1\bin\mysql.exeset mysqlBinPath=C:\Program Files\MySQL\MySQL Server 5.1\binset mysqldumpPath=C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqldump.exeset lsuser=lineageset lspass=set lsdb=l2j_loginset lshost=localhost set cbuser=lineageset cbpass=set cbdb=l2j_cbset cbhost=localhost set gsuser=lineageset gspass=set gsdb=l2j_bartzset gshost=localhostset logdir=.set backup=.
here it is. it must work - fill with your values.
Re: Database_Installer Problem ?
Posted: Wed Feb 24, 2010 5:48 pm
by RazRazvan
Thanks bro` :* .. It worked :>.
You're the best

as far

)