About this document
Backup and Restore MySQL Databases in XAMPP by nyenius is a document available to read on EtoBox.
This document describes two methods for backing up and restoring MySQL/MariaDB databases using XAMPP: using the phpMyAdmin tool or the command line tools. The phpMyAdmin method allows backing up a database by exporting it to an SQL file from the browser. Restoring involves importing the SQL file into a new database from the browser. The command line method uses mysqldump to export a database to an SQL file and mysql to import the file into a new database. Both methods allow saving the database contents for
- Author
- nyenius
- Language
- EN