Create and restore your PlanetScale database - Video tutorial

Latest Post

Create and restore your PlanetScale database - Video tutorial

Find out how to create and restore PlanetScale MySQL Backups using SimpleBackups & SimpleRestore.

Learn how to Create an Incremental MySQL Backup with SimpleBackups

Learn how to Create an Incremental MySQL Backup with SimpleBackups

October 18, 2022

Save time, storage, resources with incremental backups Over time, MySQL databases can grow so large that they strain your server, which…

How to Create an Incremental MySQL Backup
How to Create an Incremental MySQL Backup

How to Create an Incremental MySQL Backup

November 15, 2023

They say there are two types of people: those who back up their databases and those who need to. Simply put, if you want to protect your…

How to fix MySQL lost connection

How to fix MySQL lost connection

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…

How to create, grant and show user permissions in MySQL

How to create, grant and show user permissions in MySQL

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…

How to show a list of all MYSQL databases

How to show a list of all MYSQL databases

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…

Remote MySQL Database Backup/Dump

Remote MySQL Database Backup/Dump

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…

The Complete mysqldump Guide (with examples)

The Complete mysqldump Guide (with examples)

October 18, 2023

There are many database solutions out there, but MySQL is one of the most popular. Using MySQL is vital to keeping these databases secure…

How to Import an SQL File in MySQL

How to Import an SQL File in MySQL

November 7, 2023

Have you just begun to learn how to work with SQL files using MySQL? Maybe you feel a bit lost on how to import files with this tool…

How to Restore a MySQL Dump

How to Restore a MySQL Dump

October 18, 2023

A MySQL backup is a copy of your database data (also known as MySQL dump) that you can use to restore your database in case of data loss…