This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
faq:sqlstate-errors [2014/01/27 08:16] Alia Approved |
faq:sqlstate-errors [2014/01/27 08:18] (current) Alia Approved |
||
---|---|---|---|
Line 6: | Line 6: | ||
This document lists most common SQLSTATE errors reported by Oxwall community members and ways to deal with them. | This document lists most common SQLSTATE errors reported by Oxwall community members and ways to deal with them. | ||
- | =====Message: SQLSTATE[42000]===== | + | =====Message: SQLSTATE[42000] General error: 126===== |
<code php> Message: SQLSTATE[HY000]: General error: 126 Incorrect key file for table '/var/tmp/#sql_3ce9c_0.MYI'; try to repair it </code> | <code php> Message: SQLSTATE[HY000]: General error: 126 Incorrect key file for table '/var/tmp/#sql_3ce9c_0.MYI'; try to repair it </code> | ||
Line 17: | Line 17: | ||
* * http://www.oxwall.org/forum/topic/16031?page=1#post-81098 | * * http://www.oxwall.org/forum/topic/16031?page=1#post-81098 | ||
- | =====Message: SQLSTATE[42000]===== | + | =====Message: SQLSTATE[42000] Syntax error or access violation: 1064===== |
<code php> | <code php> | ||
Message: SQLSTATE[42000]: Syntax error or access violation: 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 'LIMIT 0, 1' at line 1 | Message: SQLSTATE[42000]: Syntax error or access violation: 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 'LIMIT 0, 1' at line 1 |