Answers for "how to import sql file in mysql in cmd"

SQL
9

mysql import sql file

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

mysql import command windows

C:wampbinmysqlmysql5.0.51bbin>mysql -u root -p YourDatabaseName < YourFileName.sql
Posted by: Guest on July-04-2020

Code answers related to "how to import sql file in mysql in cmd"

Code answers related to "SQL"

Browse Popular Code Answers by Language