english translated?
Make sure your accounts are created in account.account and not in newdb.accountQuote:
Any idea why I might be getting 'Invalid password' on all accounts? I tried using a bogus Username and I got the 'Invalid Username or Password' prompt, so I'm assuming I'm connected to mysql correctly but I'm sure I could be wrong.
Double check your account server settings, sometimes the setup wizards bugs out and doesnt fill out each field. also with the newer dbs if your entering an account into navicat with a mysql script like [Only registered and activated users can see links. Click Here To Register...] you need to edit the part where it states " insert into my.account, to what your DB name is " insert into newdb2.account etc.Quote:
Any idea why I might be getting 'Invalid password' on all accounts? I tried using a bogus Username and I got the 'Invalid Username or Password' prompt, so I'm assuming I'm connected to mysql correctly but I'm sure I could be wrong.
Quote:
insert into my.account (name,password) values('test','53b6320eb06e2c62888a6d1739cd24bd');
change it to
insert into DBNAME.account (name,password) values('test','53b6320eb06e2c62888a6d1739cd24bd');
DBNAME you will change this to the name of your DB in navicat.
Hmm, I don't actually see a newdb1.account all I have is newdb1.bak_account and newdb1.bak_account_pwd, yet if I try to change newdb1.bak_account to newdb1.account it tells me I cant because it exists.Quote:
Make sure your accounts are created in account.account and not in newdb.account
Also make sure your settings in the accountserver are not set to block ports
yah, thats normal.Quote:
Hmm, I don't actually see a newdb1.account all I have is newdb1.bak_account and newdb1.bak_account_pwd, yet if I try to change newdb1.bak_account to newdb1.account it tells me I cant because it exists.
I did try adding a new user and pwd to account.account but I still get the same thing. How do I check the accountserver for blocked ports? My chinese is a little non-existant.
Is it normal that my db is called newdb1 in mysql but in all the server files it refers to newdb3?
Yeah thats what i have before i run the acc and msg servers.Quote:
Did you combine anything with these files?
Are all 3 servers running correctly?
When you start the ACC server does it give the same log as in the picture below?
It'd be so much easier if I could post images lol. Yeah that box is unchecked.Quote:
yah, thats normal.
if the settings are the same as when you downloaded the the files, it should work just fine.
Look at the picture, make sure that this is unchecked, then restart.
[Only registered and activated users can see links. Click Here To Register...]
Credits go to UltimateChaos.