Database_Installer Problem ?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
RazRazvan
Posts: 43
Joined: Sat Jan 02, 2010 11:13 am

Database_Installer Problem ?

Post 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 :D [ 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 :-?? ]
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Database_Installer Problem ?

Post by MELERIX »

without your revision numbers, we can't help you.
RazRazvan
Posts: 43
Joined: Sat Jan 02, 2010 11:13 am

Re: Database_Installer Problem ?

Post 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
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: Database_Installer Problem ?

Post 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
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: Database_Installer Problem ?

Post by momo61 »

can one delete the l2jcb database and still have l2jdb running perfectly fine ?
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: Database_Installer Problem ?

Post 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?
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: Database_Installer Problem ?

Post 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.
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: Database_Installer Problem ?

Post by denser »

if you would not enable CB in GS config and will not try to start CB - i believe all be fine :)
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
RazRazvan
Posts: 43
Joined: Sat Jan 02, 2010 11:13 am

Re: Database_Installer Problem ?

Post 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 .
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: Database_Installer Problem ?

Post 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.
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
RazRazvan
Posts: 43
Joined: Sat Jan 02, 2010 11:13 am

Re: Database_Installer Problem ?

Post 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 .
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: Database_Installer Problem ?

Post by denser »

no no :P . 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 :)
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
RazRazvan
Posts: 43
Joined: Sat Jan 02, 2010 11:13 am

Re: Database_Installer Problem ?

Post by RazRazvan »

I would appreciate ! Thanks !
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: Database_Installer Problem ?

Post 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.
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
RazRazvan
Posts: 43
Joined: Sat Jan 02, 2010 11:13 am

Re: Database_Installer Problem ?

Post by RazRazvan »

Thanks bro` :* .. It worked :>.
You're the best :D as far ;))
Post Reply