15,039
edits
| Line 216: | Line 216: | ||
</pre> | </pre> | ||
==== ERROR 1690 - BIGINT UNSIGNED value is out of range ==== | |||
Message: MySQL error #1690 (BIGINT UNSIGNED value is out of range) | |||
Solution <ref>[https://stackoverflow.com/questions/34115917/mysql-error-1690-bigint-unsigned-value-is-out-of-range-for-unix-timestamp MySQL error #1690 (BIGINT UNSIGNED value is out of range) for UNIX_TIMESTAMP() - Stack Overflow]</ref>: | |||
<pre> | |||
SET sql_mode = 'NO_UNSIGNED_SUBTRACTION'; | |||
</pre> | |||
==== ERROR 1114 (HY000): The table `TABLE_NAME` is full ==== | ==== ERROR 1114 (HY000): The table `TABLE_NAME` is full ==== | ||