Got this from some mysql queries, puzzled since error 122 is usually a 'out of space' error but there's plenty of space left on the server... any ideas?
A:
Error 122 often indicates a "Disk over quota" error. Is it possible disk quotas exist on the server?
owenmarshall
2008-09-15 23:50:37
A:
If you got this in IE7 running an AJAX query, there is a known issue with GET requests returning an HTTP 122 error.
(see link for description/example) http://www.codebelay.com/blog/?p=194
Only happens in IE7 (that I know of)
Status Error: 122 Status Message: "IE7 cannot print out that many zeros using Ajax"
scunliffe
2008-09-16 00:02:28
A:
are you using innodb tables? if so, you might not have auto-grow turned on and inno can't expand the table space any more.
if these are myisam tables and it only happens on specific tables, i would suspect corruption. do a REPAIR on the tables in question.
longneck
2008-09-16 13:53:46