Upload it via FTP and then use mysql via command to dump that in a database
i think it goes like mysql -u username -p databasename < database.sql.gz
Not a command guru so check/google for the correct command.