Mysql for Game Creator 2
  • Welcome!
  • Requirements and info
  • First steps
  • instructions
    • Mysql Select
    • Mysql Query
    • Mysql Insert
    • Mysql Update
    • Mysql Delete
    • Mysql Clear Table
    • Mysql close connection
    • Other
      • Encrypt String
      • Decrypt String
      • Text to Variable
      • Generate Random String
    • Question/answer
Powered by GitBook
On this page
  1. instructions

Mysql close connection

PreviousMysql Clear TableNextOther

Last updated 3 years ago

Simple instruction that closes connection to your server.

Important!

If you close connection - other Mysql Instructions will not run, so use carefully and there where is needed. After this instruction you will need to make Mysql connect instruction for further work with the database. Do not use Mysql connect and Mysql close very often. Your web server may be disconnected if you frequently use these features. But you need to use it to work properly with the Mysql