Enable /phpMyAdmin if SSL, Use UTF8 char set, Try to auto use TLS in mariadb

This commit is contained in:
2021-10-31 01:02:06 -05:00
parent 70917f630e
commit 2c34983602
11 changed files with 386 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#
# These two groups are read by the client library
# Use it for options that affect all clients, but not the server
#
[client]
default-character-set = utf8mb4
# This group is not read by mysql client library,
# If you use the same .cnf file for MySQL and MariaDB,
# use it for MariaDB-only client options
[client-mariadb]