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
Add the --force option:
mysql -u username -p database_name --force < file.sql