News:

The Latest electronic and computer Tips that work!

Main Menu

Dump Database in a .sql file

Started by branx86, November 18, 2016, 12:45:45 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

branx86

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