MYSQL
(quick guide & examples)
Open the command line and run mysql -u USER -p PASSWORD < PATH/FILE.SQL
Install & launch MYSQL Workbench, add your database to the connections list.
Connect to your database > Server > Data Import > Choose your SQL file.
Unzip into your "HTTP" folder, access phpMyAdmin in your browser.
Select your database > Import > Select your SQL file.