Setup and usage
Set up your Database connection (if not WebGL build)
Make Global or Local Variable that will save your connection string. Add Trigger "On start" and add action "Mysql Set Config".

After this use Mysql Connect Action to make connection to your database!
This two actions must execute with onStart trigger. Otherwise you will have errors with using other Mysql Actions
If you have some troubles with this - watch this tutorial video
If everything is good, this action will make a connection string which you will use in other Mysql Actions
Last updated
Was this helpful?