Search for stuff
Tagged stuff
- abortion
- android
- audacity
- bible
- children
- code
- crime
- debian
- everything
- fraud
- gospel
- grammar
- hacks
- history
- justice
- kids
- KJV
- law
- lawyers
- linux
- marriage
- morality
- mysql
- netgear
- networking
- NIV
- pedantry
- php
- plan of salvation
- politics
- programming
- radius
- rants
- salvation
- security
- songs
- speculation
- Stuff
- stupid
- stupidity
- traffic
- truth
- ubuntu
- vendor blacklist
-
Recent stuff
- Serial and display console
- Publishing photos of criminal suspects
- Votes for cash: poll tax
- Find my device or anything that saw it recently and has travelled 15km or so
- Hannah’s three bullocks: yes, three.
- Lies: Dekra report presented by WeBuyCars does not match condition of car
- Workaround for Neighbour Discovery failure, for static-configured IPv6 on Linux: Use IPv4 gateway mac for IPv6
- Code snippet: This service allows sftp connections only: Create a scp-only user for ssh
- Vengeance
- Job Seeker Exemption Certificate 2023-10
- ZCC Exposed Archive
- Justice denied by creative remedies
- Python for bash users: 1 minute introduction
- The Holy City, Jerusalem – just not in Afrikaans, please
- Jeremiah 52 vs 2 Kings 25 compared
Tag Archives: mysql
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
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
rlm_sql_mysql: MySQL error ‘Incorrect integer value: ” for column ‘XAscendDataRate’ at row 1
If you get this on your favourite radius server: rlm_sql_mysql: MySQL error ‘Incorrect integer value: ” for column ‘XAscendDataRate’ at row 1 it is probably because you have upgraded your FreeRadius with MySQL backend system from RHEL/CentOS 5 to RHEL/CentOS … Continue reading
ERROR 1305 (42000): FUNCTION eval does not exist
MySQL cluster – a wonderful idea. It’s really nice: you have a front end, and multiple redundant back ends, and all the data is loaded into memory, so things go very fast, even queries that inefficiently scan vast squabs of … Continue reading
Floating to 0.999 on the MySQL cloud
This code: REPLACE INTO loadtable (`hostname`,`load`) VALUES (‘server1′,2.093); didn’t work. It worked in my testing from my local machine, but I ended up with this when I ran it from a real machine: load host 0.309 desktop1 0.201 desktop2 0.172 … Continue reading