Copy Bubble's default DB to my own DB

Wondering if its possible to copy over my app’s database (DB that comes with Bubble) over to my own mySQL database? Does Bubble use mySQL for it’s default DB?

You can get a dump of your DB, but it’s not a direct copy over. I think you can also use the DB connector capability to send data to an external DB.

Awesome, thanks @potentialthings appreciate the reply.