Answers for "import database file inside a mysql database through comand line"

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 "import database file inside a mysql database through comand line"

Code answers related to "SQL"

Browse Popular Code Answers by Language