Skip to content

Commit e2cc034

Browse files
authored
Set bind address (#167)
1 parent 6b81394 commit e2cc034

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test_mariadb.cnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ default-character-set = utf8mb4
77
[mysqld]
88
# The defaults from /etc/my.cnf
99
user = mysql
10+
bind-address = 0.0.0.0
1011

1112
# Custom settings
1213
collation-server = utf8mb4_unicode_ci # Changed to a collation supported by MariaDB

test_mysql.cnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pid-file = /var/run/mysqld/mysqld.pid
1111
secure-file-priv = /var/lib/mysql-files
1212
socket = /var/lib/mysql/mysql.sock
1313
user = mysql
14+
bind-address = 0.0.0.0
1415

1516
# Custom settings
1617
collation-server = utf8mb4_0900_ai_ci

0 commit comments

Comments
 (0)