I have a .sql file with an export from phpMyAdmin. I want to import it into a different server using the command line.
.sql
phpMyAdmin
I have a Windows Ser
A solution that worked for me is below:
Use your_database_name; SOURCE path_to_db_sql_file_on_your_local;