Upload Something From Unreal Engine to a MySQL Database

Gonna explain with the exact scenario I’m working on. I’m working on a project where I want a player’s customized character model to be saved on an AwardSpace MySQL Database and be loaded from the database when the player starts the game. Only problem, I have no idea where to start.

To simplify, how does one save data from Unreal into a MySQL Database hosted on a website like Award Space? And how can that data be sent back and read to be applied in Unreal Engine?

Any input at all will be appreciated, even if it’s just saying my idea is clever or moronic.