Answers for "how to connect to a sql file using mysql"

SQL
0

import DB through mysql console

mysql> use db_name; 
mysql> source folder_path/file_name.sql;
Posted by: Guest on January-22-2021

Code answers related to "how to connect to a sql file using mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language