Answers for "how to import mysql table from sql file"

SQL
10

mysql import sql file

mysql -u username -p database_name < file.sql
Posted by: Guest on February-10-2020

Code answers related to "how to import mysql table from sql file"

Code answers related to "SQL"

Browse Popular Code Answers by Language