{"id":2723,"date":"2015-10-03T03:22:55","date_gmt":"2015-10-03T03:22:55","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=2723"},"modified":"2015-10-03T03:22:55","modified_gmt":"2015-10-03T03:22:55","slug":"backup-and-restore-table-to-mysql-database","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2015\/10\/03\/backup-and-restore-table-to-mysql-database\/","title":{"rendered":"Backup and Restore Table to MySQL Database"},"content":{"rendered":"<p>Taking backup<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# mysqldump -u -p mydatabase table1 &gt; table1.sql\n<\/pre>\n<p>restoring from backup file need not include table name<\/p>\n<p># mysql -u -p mydatabase < table1.sql\n\n[\/bash]\n\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Taking backup # mysqldump -u -p mydatabase table1 &gt; table1.sql restoring from backup file need not include table name # mysql -u -p mydatabase < table1.sql [\/bash]\n<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[70],"tags":[],"class_list":["post-2723","post","type-post","status-publish","format-standard","hentry","category-mysql"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2723","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=2723"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2723\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=2723"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=2723"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=2723"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}