Learn How to Do-It-Yourself!

Change MySQL database

 
View original image
Change MySQL database
At the mysql command line type: USE your_db_name to change to the database you want to use for importing a SQL script file into.

Related article
How to Import .SQL Dump File into MySQL