We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b81394 commit e2cc034Copy full SHA for e2cc034
test_mariadb.cnf
@@ -7,6 +7,7 @@ default-character-set = utf8mb4
7
[mysqld]
8
# The defaults from /etc/my.cnf
9
user = mysql
10
+bind-address = 0.0.0.0
11
12
# Custom settings
13
collation-server = utf8mb4_unicode_ci # Changed to a collation supported by MariaDB
test_mysql.cnf
@@ -11,6 +11,7 @@ pid-file = /var/run/mysqld/mysqld.pid
secure-file-priv = /var/lib/mysql-files
socket = /var/lib/mysql/mysql.sock
14
15
16
17
collation-server = utf8mb4_0900_ai_ci
0 commit comments