User Tools

Site Tools


mysql_mysqldump_table

Differences

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

Link to this comparison view

Next revision
Previous revision
mysql_mysqldump_table [2015/12/14 11:48] – created luke7858mysql_mysqldump_table [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 5: Line 5:
 #mysqlshow database #mysqlshow database
 </sxh> </sxh>
 +Dump
 <sxh bash> <sxh bash>
 mysqldump db_name table_name > table_name.sql mysqldump db_name table_name > table_name.sql
 +</sxh>
 +Dump using PV
 +<sxh bash>
 +mysqldump db_name table_name | pv > database.table.$(date +"%Y-%m-%d").sql
 +</sxh>
 +\\
 +=== Importing a table ===
 +<sxh bash>
 +
 </sxh> </sxh>
mysql_mysqldump_table.1450093700.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki