Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-07-23 04:01:47 +00:00
parent 39fa6fafee
commit 7c48416429
93 changed files with 13 additions and 13 deletions
+20
View File
@@ -0,0 +1,20 @@
[mysqld]
host_cache_size=0
skip-name-resolve
datadir=/var/lib/mysql
socket=/var/run/mysqld/mysqld.sock
user=mysql
mysql_native_password=ON
character_set_server=utf8mb4
collation_server=utf8mb4_unicode_ci
lower_case_table_names=1
group_concat_max_len=1024000
log_bin_trust_function_creators=1
secure_file_priv=
pid_file=/var/run/mysqld/mysqld.pid
[client]
socket=/var/run/mysqld/mysqld.sock
!includedir /etc/mysql/conf.d/