Latest Post
When your database becomes large, you'll want to dig further and see what tables is using space and identify if how to optimize this.\ This…
November 9, 2023
When running a long or complex query on MySQL you might encounter the error below: This error is often faced when running mysqldump on a…
November 9, 2023
Discover how to effectively manage user permissions in MySQL with our step-by-step guide. Learn to create, grant, and display MySQL…
November 9, 2023
In this post, I will show you how to list all databases on MySQL or MariaDB. There are multiple cases where these commands will come in…
August 26, 2022
If you’re a business owner or a developer, there’s a good chance that you’ve heard the advice to trust your backups without a second thought…
August 9, 2022
In this article, we’ll see how you a real case example of a Redis backup process, end-to-end. We'll cover how to configure a Redis backup…
April 27, 2022
Let’s dig into DigitalOcean Backups service and understand what it is about, how it works, and what it can be used for. At SimpleBackups we…
January 10, 2024
One of the things developers overlook when they start using DigitalOcean Snapshot, is the cost. Some developers only rely on Snapshots as a…
January 18, 2022
Many companies rely on cloud storage as their default backup solution. They've reverted to this backup mechanism because of the promises…
November 9, 2023
Once a MySQL server is set up, the first task on any database administrator’s list is to prepare for backups. To execute backups, sysadmins…