Answers for "how to import database in mysql command line windows"

SQL
9

how to import database in mysql by cmd

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

Code answers related to "how to import database in mysql command line windows"

Code answers related to "SQL"

Browse Popular Code Answers by Language