@atcom wrote:
FYI, I was fighting this error on a Rapberry Pi and mysqlcheck wouldn't fix it - I kept getting "error : Not enough memory for blob"...
Thankfully https://b2l.com/freepbx-table-asteriskkvstore-is-marked-as-crashed-and-last-automatic-repair-failed/ came to my rescue with this solution:
service mysqld stop cd /var/lib/mysql/asterisk/ myisamchk -o kvstore.MYI --sort_buffer_size=1G --max-record-length=$((1024*1024)) service mysqld restart
Posts: 1
Participants: 1