Page 1 of 3

database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:05 am
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?

Re: database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:09 am
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?

Re: database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:16 am
by tehmeat
yeah i just cant get it to install the full_install

Re: database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:18 am
by LasTravel
What screen message show database_installer when you ejecute it?

Re: database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:19 am
by JIV
try change \Program Files (x86)\ to \"Program Files (x86)"\

Re: database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:21 am
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 :(

Re: database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:23 am
by tehmeat
JIV wrote:try change \Program Files (x86)\ to \"Program Files (x86)"\
same.. just closes

Re: database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:24 am
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"

Re: database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:27 am
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

Re: database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:31 am
by LasTravel
On each try delete vars.txt from tools folder... Delete it and try it again.

Re: database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:32 am
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

Re: database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:33 am
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

Re: database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:38 am
by janiii
run the .bat file from a command line window, so that when it closes the command line window will stay open.

Re: database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:38 am
by JIV
and what it says?

Re: database problem.. i think im slow oO

Posted: Sat May 15, 2010 10:39 am
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