Tag Archives: mariadb

Last_IO_Errno: 1595 “Relay log write failure: could not queue event from master”

The disk filled up on a mysql master database because of a few 80Gb queries being written to the mysql bin logs (somehow it couldn’t handle them). The fix on the master was to have more disk space. The fix … Continue reading

Posted in Stuff | Tagged , , , | Leave a comment

Plugin ‘SPIDER’ registration as a STORAGE ENGINE failed.

I fixed a stupid error which had me stumped. Here’s the answer for posterity: I was doing this on mariadb to install the spiderdb engine, and it was not working: The .so file was present, and there’s really no reason … Continue reading

Posted in Stuff | Tagged , , , | Leave a comment