Enable /phpMyAdmin if SSL, Use UTF8 char set, Try to auto use TLS in mariadb
This commit is contained in:
12
templates/Fedora/34/etc/my.cnf.d/client.cnf
Normal file
12
templates/Fedora/34/etc/my.cnf.d/client.cnf
Normal 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]
|
||||
|
||||
Reference in New Issue
Block a user