How to dump given database in full in mysql from command prompt ?

3.78K viewsProgrammingdatabases dump mysql
0
Answered question
0
DBHaxor (anonymous) 0 Comments

use the command mysqldump as below:

 

mysqldump --databases < DB_name > dump.sql

Changed status to publish
Write your answer.

Categories