This commit is contained in:
Benjamin Toby
2025-01-13 09:00:21 +01:00
parent 6364f6a312
commit e0a030f10d
859 changed files with 5397 additions and 10163 deletions
+14 -7
View File
@@ -1,15 +1,22 @@
[mysqld]
max_connections = 200
max_password_errors = 5
# require_secure_transport = ON
server-id=1
log-bin=mysql-bin
skip-networking=0
skip-bind-address
# max_connections = 200
# max_password_errors = 5
# # require_secure_transport = ON
# skip-networking=0
# skip-bind-address
bind-address = 0.0.0.0
ssl-ca = /ssl/ca-cert.pem
ssl-cert = /ssl/server-cert.pem
ssl-key = /ssl/server-key.pem
# tls_version = TLSv1.2,TLSv1.3
[mariadb]
wait_timeout = 20
# [mariadb]
# wait_timeout = 20