Import Large data file into MySQL

How to import a large sql file into mysql when phpmyadmin has hit it’s 5 or so megabyte limit?

This is a common problem and the SERPs are terrible so I will place this up here to make it easier to find.

Create the destination database in MySQL Put the .sql file into a convenient [...]