- The easy way to import a SQL file without having to install any tools to run
mysql -u USER -p DATABASE_NAME < PATH/TO/FILE.sql
in the command line (or terminal). - Use the official
MySQL Workbench
to import SQL files. - Use a popular web-based database manager called
phpMyAdmin
.