📓
Mysql for Game Creator 1
  • Mysq for GC1 Documentation
  • Mysql for Game Creator
    • Getting started
    • Setup and usage
      • Mysql Actions
        • Action Use WebGl
        • Action Mysql Connect
        • Action Mysql Close Connection
        • Action Mysql Insert
        • Action Mysql Update
        • Action Mysql Select
        • Action Mysql Delete
        • Action Mysql Clear Table
        • Action Mysql Select To UI
        • Action Mysql Query
      • Other Actions
        • Action Text to Variable
        • Action Encrypt and Decrypt data
        • Action Generate random string
        • Action Check Internet Connection
        • Action Base64 Image to UI Image
      • Condition If Connected To Internet
      • "Life Hacks"
        • Update +1
        • WebGL Action
        • Working with Variables
    • FAQ
    • Roadmap
Powered by GitBook
On this page
  • Can I use this module for Android games?
  • What type of server do I need?
  • Can I use XAMPP with this module?
  • I have freezes with SELECT Actions and error "Socket Exception"
  • Can you recommend some Mysql servers Worldwide?
  • PlatformNotSupportedException: Operation is not supported on this platform..... MysqlConnect.cs:41

Was this helpful?

  1. Mysql for Game Creator

FAQ

Can I use this module for Android games?

Yes you can! This module supports Windows builds, Android builds, WebGL builds

What type of server do I need?

You need Mysql Server 5.7 or 8 version Also you can use MariaDB server 10.x

Can I use XAMPP with this module?

XAMPP include MariaDB server, so you can use this module with it

I have freezes with SELECT Actions and error "Socket Exception"

From 1.0.9 version all the freezes where fixed

Can you recommend some Mysql servers Worldwide?

The choice of provider is entirely up to you, just remember the requirements of this module.

PlatformNotSupportedException: Operation is not supported on this platform..... MysqlConnect.cs:41

To fix this error just change your project`s Api Compatibility Level to .NET 4.x

PreviousWorking with VariablesNextRoadmap

Last updated 3 years ago

Was this helpful?