How to secure your database | Ubuntu
Cybersecurity threats are increasing in volume, complexity and impact. Yet, organisations struggle to counter these growing…
Cybersecurity threats are increasing in volume, complexity and impact. Yet, organisations struggle to counter these growing…
In a previous blog, we talked about patterns to run a database in a highly available…
The Ubuntu in the wild blog post ropes in the latest highlights about Ubuntu and Canonical…
distributed SQL. In a distributed SQL implementation, the database is distributed across multiple physical systems, delivering…
MySQL is the world’s most popular open source database system and MariaDB (a fork of MySQL)…
If you’re unable to restart mysqld and troubleshooting the cause: if u log into SSH and…
To make sure MySQL uses the query cache, there are a few variables you need to…
Moving mySQL DBs from one server to another: mysqldump -uUSER -pPASSWORD txp_database > txp_database.sql puts the…
Taking backup of mysql database using cron Create a file called database_backup.sh and also an empty…
How can I repair corrupt MySQL tables? Every so often, MySQL tables have a way of…