Connection To MySQL Database (EMERGENCY)

Hello, This is my first Question here.
I am using UDK3 2014,I am making a system that is integrated to a game by a external database, but I need to connect my game to a MySQL database that is right now as a localhost. I need a specific help about how to connect and what are the steps to integrate it using a login screen with password and a list of questions inside the game that refers to the bank. I am really desperate to this situation.

Please, someone help me!!!

You won’t get much UDK help here, AnwserHub is practically exclusive to UE4, if you need help go there:

https://forums.unrealengine.com/forumdisplay.php?78-Legacy-Tools-(Unreal-Engine-3-UDK)

As for matter it self i don’t think UDK has MySQL support and you can’t really add it to is as there is no access to C++. You might have more luck with doing this via HTTP

Thank you.

Thanks, after a long time. I saw that, but do you know some way via HTTP, do you some way or a really tutorial to do that?