将本地mySQL数据库从Laravel / Homestead移动到实时站点数据库

I'm new here so sorry if this is posted in the wrong place >.<

I recently started using CraftCMS and decided to make a site with it. After looking at multiple forums about development I decided to use Laravel/Homestead to develop the site locally. It's working great! Everything is working fine, all the data is being saved and it works every time I boot up homestead.

The one question I have is how to move all this data from my local database to a live site. I have Bluehost and I know it's capable of mySQL and hosting a CraftCMS site. I just need to know how to transfer all the data.

I've been using Sequel Pro to monitor everything locally. So I feel like it's possible. Not really experienced with databases in this way. Just need a nudge in the right direction. Thanks!

Can you access to your Bluehost DB in Sequel Pro? If you can, I think you should first go to your local homestead DB and click [File]->[Export]. And go to Bluehost DB and click [File]->[Import]. Remember to choose the same format as you exported.