feat: initialize Multi-PHP server project with Electron, React, and service management infrastructure

This commit is contained in:
Ümit Tunç
2026-03-28 08:42:23 +03:00
parent 19ace0e11b
commit 5372448ead
27 changed files with 10627 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[mysqld]
port=3306
datadir="{{DATADIR}}"
socket="{{SOCKET}}"
character-set-server=utf8mb4
collation-server=utf8mb4_unicode_ci
[client]
port=3306
socket="{{SOCKET}}"
default-character-set=utf8mb4