linux_wiki:backup_and_restore_a_database

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:backup_and_restore_a_database [2016/10/08 18:06]
billdozor
linux_wiki:backup_and_restore_a_database [2019/05/25 23:50] (current)
Line 10: Line 10:
  
 The following virtual machines will be used: The following virtual machines will be used:
-  * server1.example.com (192.168.1.150) -> Perform any client testing here +  * server2.example.com (192.168.1.151) -> Database here 
-  * server2.example.com (192.168.1.151) -> Install the database here+ 
 +**Previous Sections Completed** 
 +  * [[linux_wiki:install_and_configure_mariadb|Install and Configure MariaDB]] 
 +  * [[linux_wiki:create_a_simple_database_schema|Create a Simple Database Schema]] 
 +  * [[linux_wiki:perform_simple_sql_queries_against_a_database|Perform Simple SQL Queries Against a Database]]
  
 ---- ----
Line 17: Line 21:
 ====== Backup ====== ====== Backup ======
  
 +**Documentation**
 +<code bash>
 +man mysqldump
 +</code>
 +
 +\\
 Backup 1 specific database: Run the MySQL Dump utility to backup tables within a database Backup 1 specific database: Run the MySQL Dump utility to backup tables within a database
 <code bash> <code bash>
  • linux_wiki/backup_and_restore_a_database.1475964387.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)