samedi 25 juin 2016

MySQL lost connection during query after specific record

I started getting the usual Error Code 2013 Lost connection to MYSQL server during query at a random moment when working on a PHP script. Some stuffs in the software still works, but the specific feature I was working on always gets this. As I tried to narrow down the source of the problem, I managed to figure out that it's probably in the products table, more specifically after the record with id of 231310. I know this because I was able to go up to SELECT * FROM products LIMIT 101887, 1; at this point, if I increase from 101887 to 101888 (or any number higher for that matter), the query returns a Lost connection to MYSQL server during query. The important thing to note is that it's not a timeout issue since the response is instantaneous. I cannot perform any kind of action on any record after that one. Though I am able to update records before it. If I run CHECK TABLE products I get 2013. Is it possible to recover this table? With innochecksum -v /var/lib/mysql/db/products.ibd I get InnoDB offline file checksum utility. Variables (--variable-name=value) and boolean options {FALSE|TRUE} Value (after reading options) --------------------------------- ---------------------------------------- verbose TRUE debug FALSE count FALSE start-page 0 end-page 0 page 0 file /var/lib/mysql/imaginer_system_2/products.ibd = 1728053248 bytes (105472 pages)... InnoChecksum; checking pages in range 0 to 105471 page 6143 okay: 5.825% done page 12735 okay: 12.075% done page 18815 okay: 17.840% done page 22399 okay: 21.238% done page 26111 okay: 24.757% done page 30207 okay: 28.641% done page 34175 okay: 32.403% done page 39807 okay: 37.743% done page 43583 okay: 41.323% done page 46719 okay: 44.296% done page 50687 okay: 48.058% done page 54335 okay: 51.517% done page 57471 okay: 54.490% done page 60863 okay: 57.706% done page 64831 okay: 61.468% done page 67327 okay: 63.835% done page 71103 okay: 67.415% done page 73855 okay: 70.024% done page 76735 okay: 72.755% done page 79935 okay: 75.789% done page 83007 okay: 78.701% done page 85247 okay: 80.825% done page 89407 okay: 84.769% done page 96703 okay: 91.687% done

Aucun commentaire:

Enregistrer un commentaire