Mariadb
3 entries201512 · 15
Disabling the cache when testing MariaDB queries
When tuning queries, run this first to see uncached results.
Etc1 min
201509 · 15
Setting up a server on DigitalOcean (CentOS 6.7)
Set up a server for a simple messaging app I'm building with a friend. Of course I don't really know what I'm doing. Everything comes from Google..
Linux2 min
201502 · 10
Unicode (utf8mb4) support in MySQL and MariaDB
Switching MySQL and MariaDB from utf8 to utf8mb4 so emoji can be stored, covering both the server settings and the actual column type changes.
Linux2 min