Answers for "mysql command line to import sql file"

SQL
9

mysql import sql file

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

Code answers related to "mysql command line to import sql file"

Code answers related to "SQL"

Browse Popular Code Answers by Language