Answers for "created databse from cmd, where is the .sql file?"

SQL
3

mysql load sql from file

mysql> use db_name;
 mysql> source file_name.sql;
Posted by: Guest on April-29-2020

Code answers related to "created databse from cmd, where is the .sql file?"

Code answers related to "SQL"

Browse Popular Code Answers by Language