MySQL Integration for UE4

Marketplace link -https://www.unrealengine.com/marketplace/mysql-integration

MySQL Integration is a Plugin that lets you connect your UE4 projects with MySQL Server. Easily execute queries from Blueprints to store and retrieve data from your database.

**Technical Details:

1>Connect to your Server via Windows Authentication System as well as MySQL Server Authentication System.
2>Form your Select Queries to Select Data from the MySQL Server.
3>Write Insert , Update and Delete Queries to modify data in the MySQL Server. Create and Drop Tables directly from Blueprints.
4>Write custom Connectionstring to connect to your server using different connection parameters.**

Excellent. I know a lot of people who will be interested in this :slight_smile:

Would this work with local sqlite databases?

No. This is mysql. I will try to create sqlite integration soon.

i don’t find anything in the marketplace :frowning:

Hi all, I have updated the documentation , and the link is given below :
http://kodespire.com/Pages/MySQLIntegration.html

when i update table in chinese,It is messy code, Does the plugin support Chinese?