error in your SQL syntax. 정보
error in your SQL syntax.
본문
delete from where mb_id = 'admin'
1064 : 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 'where mb_id = 'admin'' at line 1
error file : /gnuboard4/bbs/login_check.php
위에 처럼 나왔는데 어떻게 해야 하나요?
1064 : 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 'where mb_id = 'admin'' at line 1
error file : /gnuboard4/bbs/login_check.php
위에 처럼 나왔는데 어떻게 해야 하나요?
댓글 전체

delete from table_name 이 없습니다....
where mb_id = 'admin'
테이블 명이 정확히 안 넘어온 경우이거나 -_-;; 테이블 명이 없을때 나타나는 현상일듯 합니다..
where mb_id = 'admin'
테이블 명이 정확히 안 넘어온 경우이거나 -_-;; 테이블 명이 없을때 나타나는 현상일듯 합니다..

DB를 모두 삭제한 후 다시 깔았습니다. 잘됩니다.
감사합니다.
감사합니다.