Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Running on Other Databases

English
Joget also allows you to run on databases apart from the default MySQL that comes with the bundle. For information on how to make those connections, refer to the resources below:
Thai

ทำงานบนฐานข้อมูลอื่น ๆ

Joget ยังช่วยให้คุณสามารถรันบนฐานข้อมูลนอกเหนือจาก MySQL ที่มาพร้อมกับบันเดิล สำหรับข้อมูลเกี่ยวกับวิธีการเชื่อมต่อเหล่านั้นให้อ้างอิงกับแหล่งข้อมูลด้านล่าง:

...

Code Block
ALTER TABLE app_package_activity_plugin CHANGE pluginProperties pluginProperties LONGTEXT;


Joget DX on MySQL 8

Joget DX supports MySQL 8 database as Joget comes preinstalled with MariaDB drivers v2.5.0 to support MySQL 8 default caching_sha2_password authentication.

...