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
You are viewing 1 out of 1 answers, click here to view all answers.
Write your answer.

Categories