database problem.. i think im slow oO

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
tehmeat
Posts: 14
Joined: Sat May 15, 2010 9:09 am

database problem.. i think im slow oO

Post by tehmeat »

hello,
im tryin to install a server i followed the the step by step however for some reason when i go to install the database in dos it does nothing..
i paste the path in ( C:\Program Files (x86)\EasyPHP-5.3.2i\mysql\bin )
mysql user : root
password :
database: l2jcb
host : localhost

keep pressing enter.. and never get an option to full install database ... am i missing something lol?
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: database problem.. i think im slow oO

Post by LasTravel »

Code: Select all

set mysqlBinPath=C:\Program Files (x86)\EasyPHP-5.3.2i\mysql\bin
and

Code: Select all

set mysqlPath=C:\Program Files (x86)\EasyPHP-5.3.2i\mysql\bin\mysql.exe
You have this on database_installer.bat?
tehmeat
Posts: 14
Joined: Sat May 15, 2010 9:09 am

Re: database problem.. i think im slow oO

Post by tehmeat »

yeah i just cant get it to install the full_install
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: database problem.. i think im slow oO

Post by LasTravel »

What screen message show database_installer when you ejecute it?
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: database problem.. i think im slow oO

Post by JIV »

try change \Program Files (x86)\ to \"Program Files (x86)"\
tehmeat
Posts: 14
Joined: Sat May 15, 2010 9:09 am

Re: database problem.. i think im slow oO

Post by tehmeat »

well i paste the path and press enter and the last thing i see is Debugging messages and increase verbosity a lil bit y/n and i hit y and it closes :(
tehmeat
Posts: 14
Joined: Sat May 15, 2010 9:09 am

Re: database problem.. i think im slow oO

Post by tehmeat »

JIV wrote:try change \Program Files (x86)\ to \"Program Files (x86)"\
same.. just closes
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: database problem.. i think im slow oO

Post by LasTravel »

try with:

Code: Select all

set mysqlBinPath="C:\Program Files (x86)\EasyPHP-5.3.2i\mysql\bin" set mysqlPath="C:\Program Files (x86)\EasyPHP-5.3.2i\mysql\bin\mysql.exe"
tehmeat
Posts: 14
Joined: Sat May 15, 2010 9:09 am

Re: database problem.. i think im slow oO

Post by tehmeat »

LasTravel wrote:try with:

Code: Select all

set mysqlBinPath="C:\Program Files (x86)\EasyPHP-5.3.2i\mysql\bin" set mysqlPath="C:\Program Files (x86)\EasyPHP-5.3.2i\mysql\bin\mysql.exe"
same crap.. im going to re make the folder maybe something happened i dont get it..

i ran navicat and made the localhost connection and the l2jcb database.. as well i just understand why this wont work :( i feel retarded
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: database problem.. i think im slow oO

Post by LasTravel »

On each try delete vars.txt from tools folder... Delete it and try it again.
tehmeat
Posts: 14
Joined: Sat May 15, 2010 9:09 am

Re: database problem.. i think im slow oO

Post by tehmeat »

LasTravel wrote:On each try delete vars.txt from tools folder... Delete it and try it again.
i dont see a vars.txt
tehmeat
Posts: 14
Joined: Sat May 15, 2010 9:09 am

Re: database problem.. i think im slow oO

Post by tehmeat »

also i just made the new server folder with the most recent files and still nothing.. it just closes right after i type y for debugging blah blah
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: database problem.. i think im slow oO

Post by janiii »

run the .bat file from a command line window, so that when it closes the command line window will stay open.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: database problem.. i think im slow oO

Post by JIV »

and what it says?
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: database problem.. i think im slow oO

Post by LasTravel »

You are using windows server?

vars.txt are created on serverfolder/tools/ when you execute database_installer.bat, try execute it with right click > execute as admin
Post Reply