I need help

11/07/2011 15:48 PowerChaos#16
let me ask something easy

if you open account server , does it isntand crash ??
if yes .. try to open message server and same question
if yes ... try to open npc server and same question
if yes.... install dotnetfix ( msframework) and your problem is solved ( congrats you see more logs)

if the message server does not instand crash and npc server does not instand crash then it is your database settings that are wrong ( as message server and npc server NEVER crash on wrong configs , they just will not work )

if game settings are wrong then it woulnd crash , so it is your database or your netframework that is wrong

Greetings From PowerChaos
11/07/2011 20:59 Thorlon#17
Quote:
Originally Posted by ~Sword~Stalker~. View Post
come on thorlon u shouldnt ask for a thank everytime u post something .. thats why ur here i guess , to help not seeking for beating others in the Received thanks

u could reply by the pm function . we dont wanna make a spammy discussion .

Regards
I here to help, but like the occasional thanks :)

I will use the function from now on.
11/08/2011 00:07 XxFearReaperXx#18
Quote:
Originally Posted by PowerChaos View Post
let me ask something easy

if you open account server , does it isntand crash ??
if yes .. try to open message server and same question
if yes ... try to open npc server and same question
if yes.... install dotnetfix ( msframework) and your problem is solved ( congrats you see more logs)

if the message server does not instand crash and npc server does not instand crash then it is your database settings that are wrong ( as message server and npc server NEVER crash on wrong configs , they just will not work )

if game settings are wrong then it woulnd crash , so it is your database or your netframework that is wrong

Greetings From PowerChaos
lets map it out.
He is having the Issues with Databases not appearing in the server.
so refer to Issue 2.
Problem is in the MYSQL folder of the database. not allowing access to the "Account" and "MY" databases.
To Fix that you need to allow
root@localhost with all privelages with pass defined as test
thats whats causing his server programs to crash.

replace your mysql folder with this and tell me if ur programs run
this is root with password of test

[Only registered and activated users can see links. Click Here To Register...]
11/08/2011 00:37 Thorlon#19
Great diagram but, its to small to read. Could you please make a bigger one.
11/08/2011 03:21 Echoki#20
Quote:
Originally Posted by XxFearReaperXx View Post
lets map it out.
He is having the Issues with Databases not appearing in the server.
so refer to Issue 2.
Problem is in the MYSQL folder of the database. not allowing access to the "Account" and "MY" databases.
To Fix that you need to allow
root@localhost with all privelages with pass defined as test
thats whats causing his server programs to crash.

replace your mysql folder with this and tell me if ur programs run
this is root with password of test

[Only registered and activated users can see links. Click Here To Register...]
Sound good

Here ScreenShot: [Only registered and activated users can see links. Click Here To Register...]

Uploaded with [Only registered and activated users can see links. Click Here To Register...]
But the mysql run very well the problem is The Server-->ACCServer-->GameServer
11/08/2011 05:37 PowerChaos#21
Fear
why are you 100% sure that it is the mysql server ?

i got those kinds of errors before
and only thing i need to know is if message server and npc server are starting up or not

npc does not need anything to start up , message server can need account server (depends what version)

if npc crash then it is not related to mysql as it does not even use mysql in first place ( it use mysql to generate mobs .. it just doesnt generate a thing but it wont crash if it can not connect to mysql)

so to be able to debug this you need to eliminate things
not just saying ... o it is mysql

other thing that can let it crash is just a wrong config file setting

anyway
if you think it is mysql , feel free to continue and i will leave my comment out of this post as it is useless for me to provide a reply

Greetings From PowerChaos
11/08/2011 05:38 XxFearReaperXx#22
Refer back to post #7
Yes it may be a GREEN light. BUT it is NOT reading your databases. Only Information and Mysql.
For the Server Files to WORK it must have access to READ ALL DATABASES.
Replace your mysql with the one i gave you. reboot every thing and give it a shot.
i provided the fix its up to you to follow.
11/08/2011 05:53 PowerChaos#23
Quote:
Originally Posted by XxFearReaperXx View Post
For the Server Files to WORK it must have access to READ ALL DATABASES.
lucky me then
lucky that i got 2 differend databases and 2 differend servers and a single account server located on the database server that get used to login splitted on a second database that is not linked to the game database server

o well
account server definaly need my database (game database )
and game server definaly need account database to verifie the accounts

so it need all databases to start up

lucky that my settings were so differend that they worked to
but maybe its just my version and my edits i dit on it that prevented it from crashing all the time

a little sarcasme in this post .. this post does not contain any kind of solution so please ignore this post and just enjoy the content of it by reading it

Greetings From PowerChaos
11/08/2011 06:07 Thorlon#24
How about sticking to helping, not who is better.

[Only registered and activated users can see links. Click Here To Register...] Hows it going, have you fixed it yet?
11/11/2011 14:11 idlemonkey#25
have you checked your mysql username and pass? if you enter these wrong it can still give a greenlight and not actually connect to a database.. you can check this by opening the console for mysql and clicking the databases tab if you see your databases then youre at least reading it if not then your password or username or permissions are not correct...
another way you can check your access is by trying to make a connection to it in navicat
if all else fails u can always try with another set of db files to see if its our configuration or the files themselves