My Server Have One Problem !!!
i Can Create Account ID ... But Only One ID !!
If I Create Many ID ... Client Send To Me Msg "Invalid Account ID or Password"
ok now .. i got it from folder ACCServer !! from file debug_sql 2008-5-26.txt !!!
if i register one account server not send to me any noticed....
if i register two or above account... server will send to me noticed....
Noticed Is :-
Quote:
SELECT account.id,account.password,count_stat.status FROM account LEFT JOIN count_stat ON account.id=count_stat.server_name WHERE account.name='saiful92' failed, no record. -- Mon May 26 08:04:14 2008
SELECT account.id,account.password,count_stat.status FROM account LEFT JOIN count_stat ON account.id=count_stat.server_name WHERE account.name='khairul36' failed, no record. -- Mon May 26 08:04:25 2008
|
why? what wrong with my database?