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 ที่มาพร้อมกับบันเดิล สำหรับข้อมูลเกี่ยวกับวิธีการเชื่อมต่อเหล่านั้นให้อ้างอิงกับแหล่งข้อมูลด้านล่าง: |
...
1. Increase the "max_allowed_packet" setting in my.ini of MySQL for huge data. At the end of the my.ini file content, add this line:
Thai |
---|
1. เพิ่มการตั้งค่า "max_allowed_packet" ใน my.ini ของ MySQL สำหรับข้อมูลขนาดใหญ่ ในตอนท้ายของเนื้อหาไฟล์ my.ini ให้เพิ่มบรรทัดนี้: |
...
2. Increase the limit of Process Builder (Workflow Designer); run the following SQL:
Thai |
---|
2. เพิ่มขีด จำกัด ของตัวสร้างกระบวนการ (ผู้ออกแบบเวิร์กโฟลว์) เรียกใช้ SQL ต่อไปนี้: |
...
3. Increase the limit of Form Builder; run the following SQL:
Thai |
---|
3. เพิ่มขีด จำกัด ของตัวสร้างแบบฟอร์ม เรียกใช้ SQL ต่อไปนี้: |
...
4. Increase the limit of Datalist Builder; run the following SQL:
Thai |
---|
4. เพิ่มขีด จำกัด ของตัวสร้างดาต้าลิสต์; เรียกใช้ SQL ต่อไปนี้: |
...
5. Increase the limit of Userview Builder; run the following SQL:
Thai |
---|
5. เพิ่มขีด จำกัด ของตัวสร้าง Userview เรียกใช้ SQL ต่อไปนี้: |
...
6. Increase the limit of Process Tool Plugin properties; run the following SQL:
Thai |
---|
6. เพิ่มขีด จำกัด ของคุณสมบัติปลั๊กอินเครื่องมือกระบวนการ เรียกใช้ SQL ต่อไปนี้: |
Code Block |
---|
ALTER TABLE app_package_activity_plugin CHANGE pluginProperties pluginProperties LONGTEXT; |
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.