

Second step is to restore the dump file we've just created above. Once MySQL dump is created, you need to move this file to the server where you want to restore it, you can use this guide to move this file: Transfer files over ssh Step 2: MySQL Restore from Dump using Command Line sql will be the resulting file once the dump is done, so give it some friendly name.
#BACKUP DATABASE PHPMYADMIN HOW TO#
To create the dump you need to SSH into your server, you can read our other article regarding transfer files over ssh in which we've explained how to SSH into your server using Bitvise.


But in this tutorial we will create the dump using command line. Usually people don't run into problems while creating the dump, so you can also do that via PHPMyAdmin. The first step is to create MySQL dump from command line. Step 1: Create MySQL Dump from Command Line We will first create and restore MySQL backup using command line. Step 2: MySQL Dump Restore using PHPMyAdmin.Step 1: Create MySQL Dump from PHPMyAdmin.Step 2: MySQL Restore from Dump using Command Line.Step 1: Create MySQL Dump from Command Line.
