MySQL – Calculating Disk Usage Per Database
The answer usually lies within /var/lib/mysql/. But the answer can also be found in, you guessed it, information_schema! ð Here’s an one-liner for you, that displays database sizes in megabytes…
The World Will Turn If You're Ready or Not
The answer usually lies within /var/lib/mysql/. But the answer can also be found in, you guessed it, information_schema! ð Here’s an one-liner for you, that displays database sizes in megabytes…
Some of my applications, if not all of them, use MySQL in some fashion. The database pod is not exposed outside it’s kube-network service and is only reachable from within…
I don’t always have access to my customized Visual Studio Code IDE when I quickly need to edit or create some new Kubernetes deployment or ingress for example. Keeping track…
One feature I really missed, when moving accounts from GMail to self-hosted E-Mail, was the desktop notification feature from the web interface. Luckily, github.com/stremlau/ has solved this for us with…
Useful aliases for kubectl that I use Add these to ~/.zshrc (ZShell) or ~/.bashrc (Bash)