Skip to content

Commit 3de4413

Browse files
committed
PMM-7: Fix mysql port
1 parent ef23f03 commit 3de4413

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pmm_qa/mysql/data/my.cnf.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[mysqld]
22
plugin-load-add=auth_native_password.so
3-
bind-address = 0.0.0.0
3+
bind-address = 0.0.0.0
4+
socket=/var/run/mysqld/mysqld.sock

0 commit comments

Comments
 (0)