Account Problem HELP PLEASE SWORD OR OTHER PRO HELP!!!

07/01/2011 08:35 ryumaki23#1
[Only registered and activated users can see links. Click Here To Register...] Here iS a Pic Hope Professional Will helP Me With This .................................................. ....................


When I Log In root and password test it says invalid password
07/01/2011 09:20 Marcus*#2
is that the account as you set in up in the database

please take note your login to access the database is not for your game accounts (unless thats the account you have chosen to make)
07/01/2011 10:52 40z10Q#3
if u use standard revo db then try with id test pass test .
07/03/2011 17:17 MizTenshi#4
what Marcus* is correct you are trying to access the server using the db information user name/pass which is not the account information unless that is what you used... which i doubt... you need to create a user name and pass for playing.
07/03/2011 19:04 Faith.#5
Run this in navicat :

Code:
insert into my.account (name,password) values('admin','19a6727dd9211194b3d06c84db4e2e5e');
then login with :

id:admin
pass:admin
07/08/2011 15:33 PowerChaos#6
it is a nice small screenshot that shows that you can not login

it helps us a little but it does not contain any usefull information

there are a few things that can be missing

this is the list you need to check
  1. check the mysql connection (is it the right info)
  2. check the client (does it have the right server name)
  3. check the firewall ( are the needed ports open ?? )
  4. check the config files ( are they pointed to the right ip)
  5. check the database ( does that account exist ??)
after you have done that and have it verified then we can continue to debug your error
but before we can continue do we need to be sure that those things are fine (and then the game should work to)

Greets From PowerChaos