Course
Skills
MySQL Backup and Recovery Fundamentals
MySQL course focusing on Backup and Recovery of the MySQL Server.
What you'll learn
Data is very important to any application and business. It is very important that every business plan for data safety. Database backup strategies are often discussed after the disaster has already happened. In this introductory course we will explore a few of the basic backup strategies every business should implement for data safely. We will explore how we can recover our server quickly after any unfriendly incident to our MySQL database.
Table of contents
Introduction
4mins
Backup With mysqldump
22mins
- Introduction 1m
- Notes on mysqldump 1m
- Scenario Setup 2m
- Scenario 1: Backup Single Database 1m
- Demo 1: Backup Single Database 3m
- Scenario 2: Backup Multiple Databases 1m
- Demo 2: Backup Multiple Databases 2m
- Scenario 3: Backup All Databases 1m
- Demo 3: Backup All Databases 1m
- Scenario 4: Backup Single Table 1m
- Demo 4: Backup Single Table 2m
- Scenario 5: Backup All Databases 1m
- Demo 5: Backup of Stored Procedure, Triggers, and Events 2m
- Various Backup Options 2m
- Summary 1m
Restore With mysql
12mins
Data Export and Import With Workbench
17mins
- Introduction 1m
- Notes on MySQL Workbench 1m
- Demo: Backup Single Database 2m
- Demo: Backup Multiple Databases 1m
- Demo: Backup Individual Tables 3m
- Demo: Backup Routines and Events 2m
- Demo: Backup Database in Dump Folder 2m
- Demo: Restore Database From Single File 2m
- Demo: Restore Database From Dump Folder 2m
- Summary 1m
Frequently Asked Questions
20mins