Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
Tags
- MariaDB
- Calendar
- react
- Excel
- non-persistable
- KakaoLogin
- customlogin
- Java
- mendix
- ColorPicker
- daterangepicker
- javaaction
- Schedule
- Widget
- Expose
- REST
- externaldatabase
- TreeNode
- Import
- grid.js
- exceldata
Archives
- Today
- Total
목록MariaDB (1)
Mendix개발일지
Mendix의 built-in database가 불편해서 Mariadb를 연동 해볼려고 한다.나는 그냥 최신버전의 MariaDB를 다운받았다. msi파일을 실행시키면 금방 MariaDB를 설치할 수 있다. 설치가 완료되었다면 Mendix의 App Settings를 더블클릭해보면 Database를 설정 할 수있다. Ddatabase는 mendix라고해서 하나를 생성해주었다create database mendix; 그리고 실행을 시켜보면 mendix DB에 자동으로 Table들이 생성된다. 웹에서 아래와 같은 과정으로 데이터가 오가는 것을 확인해볼 수 있다.Client ←→ Mendix Runtime ←→ Database
Mendix
2024. 5. 14. 20:31