Answers for "how to make a dump of mysql with command prompt"

SQL
0

import mysql dump command line

mysql> use db_name;
mysql> source backup-file.sql;
Posted by: Guest on January-20-2021

Code answers related to "how to make a dump of mysql with command prompt"

Code answers related to "SQL"

Browse Popular Code Answers by Language