feat: implement IPC handlers for service management and add MySQL configuration template

This commit is contained in:
Ümit Tunç
2026-03-28 16:40:33 +03:00
parent 91b13513fc
commit 86a19567ff
3 changed files with 13 additions and 6 deletions
+1
View File
@@ -1,6 +1,7 @@
[mysqld]
port={{PORT}}
datadir="{{DATADIR}}"
tmpdir="{{DATADIR}}"
socket="{{SOCKET}}"
character-set-server=utf8mb4
collation-server=utf8mb4_unicode_ci