How to dump table from a selected database in MySQL

Sunday, 1st August 2010

I’ve recently had to dump a few tables from MySQL database to do so I used mysqldump,here is how:

/usr/bin/mysqldump database_name table_name -u root -p > table_name.sql

Share this on:

Download PDFDownload PDF

Tags:

Leave a Reply

CommentLuv badge