Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
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 supports MySQL 8 database out of the box, except if you use MySQL 8 "caching_sha2_password" new authentication plugin instead of the older "mysql_native_password".
Read https://mysqlserverteam.com/upgrading-to-mysql-8-0-default-authentication-plugin-considerations/
Because Joget DX ships with MariaDB JDBC drivers, you will need to download and paste the latest MySQL JDBC driver into "[JogetRootFolder]\apache-tomcat-8.5.41\webapps\jw\WEB-INF\lib\".
Or you could download the latest "MariaDB Connector/J 2.5.4 Stable":https://downloads.mariadb.org/connector-java/2.5.4/ . FYI Joget DX ships with @mariadb-java-client-2.5.0.jar@as Joget comes preinstalled with MariaDB drivers v2.5.0 to support MySQL 8 default caching_sha2_password authentication.