How to connect UE4 Game to a database?

Hello everyone,

I need to connect my game to a database by using API or a web service. My database is created with MySQL. In the game, the players can create accounts and save their progress onto the database. How can I connect my game to the database? Is there any tutorial videos? Solutions can be in either C++ or Blueprint.