MySQL on Kubernetes

MySQL on Kubernetes

MySQL on Kubernetes There is a rising interest in running stateful workloads on Kubernetes. You may not be ready to run your database there. But if your organization is exploring…
User roles in MySQL

User roles in MySQL

User Roles in MySQL User management is one of the key tasks around securing your database. It provides the rules for who can connect, and what they can do after…
Snooping MySQL passwords with eBPF

Snooping MySQL passwords with eBPF

Snooping MySQL passwords with eBPF Common sense and Data Security best practices dictate that you should not provide cleartext passwords. However, I often see this exact thing when connecting to…