How to Export Mysql Database with use of Command Line in Ubuntu?

I am explaining you, how to export mysql database using command line in ubuntu. you can understand a concept of mysql export database via command line.

When you have large size of database then you can not easily export from phpmyadmin. so you need to use mysql commands for it. so here I am writing simple command to export large size database using command in ubuntu.

Syntax:

mysqldump -u user_name -p database_name > databasefile.sql

Leave a Reply

Your email address will not be published. Required fields are marked *

26 − = 17