How to Import and Export Databases in MySQL or MariaDB
Introduction
In this blog, you will work on database dumps in MySQL and MariaDB. In particular, you will explore exporting the database and importing the dump file.
Step 1. Exporting a MySQL or MariaDB Database
The mysqldump utility exports databases in SQL files. It makes it...