lets take it from the beggining.
Make these databases with navicat
l2jls
l2jgs
l2jcb
Now edit your loginserver.properties (in login/config)
Code: Select all
URL = jdbc:mysql://localhost/l2jls
the server.properties (in gameserver/config)
Code: Select all
URL = jdbc:mysql://localhost/l2jgs
set the mysql database passwords in both files
Code: Select all
# Database user info (default is "root" but it's not recommended)Login = root# Database connection passwordPassword = *******
Set
or
If you have't configure forward rules in your router leave the ExternalHostname as is.
now check your vars.txt
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.exe (or whatever your path is)set mysqlBinPath=C:\Program Files\MySQL\MySQL Server 5.1\bin (or whatever your path is)set mysqldumpPath=C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqldump.exe (or whatever your path is)set lsuser=rootset lspass=passwordset lsdb=l2jlsset lshost=localhost or 127.0.0.1 or 192.168.*.*set cbuser=rootset cbpass=passwordset cbdb=l2jcbset cbhost=localhost or 127.0.0.1 or 192.168.*.*set gsuser=rootset gspass=passwordset gsdb=l2jgsset gshost=localhost or 127.0.0.1 or 192.168.*.*set logdir=.set backup=.
now try installing again database...
I am sure that you have some config wrong.
If installation goes smoothly then you will not have a problem with the account manager.