クエリSELECT * FROM user WHERE username = 'Omnion' AND disable_flag = '0'
このクエリはローカルホストで正常に機能し、
サーバーにアップロードした後、問題が発生します
Error
There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem
ERROR: Unclosed quote @ 37
STR: '
SQL: SELECT * FROM user WHERE username = \'Omnion\' AND disable_flag = \'0\'
LIMIT 0, 30
SQL query:
SELECT * FROM user WHERE username = \'Omnion\' AND disable_flag = \'0\' LIMIT 0, 30
MySQL said:
#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 '\'Omnion\' AND disable_flag = \'0\'
LIMIT 0, 30' at line 1
私を助けてください、
ありがとうございました