登陆的地方, 我怎么用不了。显示
Time: 2005-8-1 10:32pm
Script: /bbs/logging.php
SQL: SELECT m.uid AS discuz_uid, m.username AS discuz_user, m.password AS discuz_pw, m.adminid, m.groupid, m.credit, m.styleid AS styleidmem, m.lastvisit, m.lastpost, u.type as usertype, u.creditshigher, u.creditslower, u.allowinvisible
FROM cdb_members m LEFT JOIN cdb_usergroups u USING (groupid)
WHERE AND password='d41d8cd98f00b204e9800998ecf8427e' AND secques=''
Error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND password='d41d8cd98f00b204e9800998ecf8427e' AND secques='''
Errno.: 1064
是不是要修改什么地方 |