How to load dump file to mysql in Ubuntu(pop OS)

Hi Team,

I have stumbled upon an opportunity to work on a web app and I would be working on the front end part. Now so far I was only learning and focussing on the front end part and did not touch database or any part of backend at all. But for this project setup, the team has provided a dump file to load in database and I have no idea how to load it.

I have just installed mysql and now trying to understand how to load dump file and how will it connect to the app folder locally. The next step after loading the dump file is to run the command source .env.development.local and then run yarn dev to run the project.
Any help or link to relevant resources would be much appreciated. Or maybe a direction that I should follow to understand this in a better way.