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
Sometimes the port defined as well as the server IP address of that database also matters...
mysql -u user -p user -h -P (DBNAME) < DB.sql