Backing up and restoring MySQL databases using Mysqldump

Backing up and restoring MySQL databases using Mysqldump

Linux vps is the most convenient and can be used under ssh.

1. Back up the MySQL database

1. Back up a single database
mysqldump -u root -pmypassword wp > wpbak.sql
root is the mysql database user name, mypassword is the password, wp is the database name, and wpbak.sql is the backup file.

2. Back up multiple databases
mysqldump -u root -pmypassword –databases wp stuff > wpbak.sql
root is the mysql database user name, mypassword is the password, wp and stuff are the database names, and wpbak.sql is the backup file.

3. Back up all databases
mysqldump -u root -pmypassword –all-databases > all-databases.sql
root is the mysql database user name, mypassword is the password, and all-databases.sql is the backup file.

2. Restore MySQL database

Login to database
mysql -u root -pmypassword
root is the mysql database user name, mypassword is the password

1. Restore a single database
mysql -u root -pmypassword [database_name] < dumpfilename.sql
root is the mysql database user name, mypassword is the password, [database_name] is the database name, and dumpfilename.sql is the restored data

2. Restore multiple databases
mysql -u root -p mypassword < all-databases.sql
root is the mysql database user name, mypassword is the password, and all-databases.sql is the restored data

<<:  Linode Xen VPS 2GB RAM SSD Hard Drive Japan Tokyo Simple Review

>>:  GreenCloudVPS: $8/month/2GB RAM/15GB SSD/2TB bandwidth/KVM/Los Angeles

Recommend

DeployNode: $11/year/512MB memory/10GB space/250GB traffic/OpenVZ/Phoenix

DeployNode, an Indian hosting provider, was estab...

RAKsmart 512MB RAM 1Gbps Limited Traffic San Jose KVM VPS Review

Details : RAKsmart: $2.79/month/256MB RAM/10GB SS...

Top 10 Popular WordPress Backup Plugins

WordPress is easy to use and convenient, so many ...

CenterHop 512MB RAM SSD Hard Drive 200Mbps Port Singapore KVM VPS Review

Details : CenterHop: $1.5/month/512MB memory/10GB...

GreenValueHost is coming again, starting at $8.95/year (512MB memory)

GreenValueHost has been introduced many times. Th...

Santrex Space Introduction

santrex provides virtual hosting, VPS, Reseller, ...

BLUEVM OpenVZ VPS Super Deals

BLUEVM has been introduced by Love8 before, link:...

CentralHosts VPS latest 25% discount

I have previously introduced CentralHosts' vi...