feat: implement IPC handlers for service management and add MySQL configuration template
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[mysqld]
|
||||
port={{PORT}}
|
||||
datadir="{{DATADIR}}"
|
||||
tmpdir="{{DATADIR}}"
|
||||
socket="{{SOCKET}}"
|
||||
character-set-server=utf8mb4
|
||||
collation-server=utf8mb4_unicode_ci
|
||||
|
||||
Reference in New Issue
Block a user