cBrandon Community

General Category => Linux Fixes => Topic started by: branx86 on November 18, 2016, 12:45:45 PM

Title: Dump Database in a .sql file
Post by: branx86 on November 18, 2016, 12:45:45 PM
To make a .sql file just go to the cmd line and type mysqldump Database > .sql File name.

    cmd        Database          .sql file
mysqldump test            >    dump.sql


example :   mysqldump --opt -u root -p'YourPasswordHere' gallery3 > ~/gallery3.sql