Update debian.conf with corrent mysqld socket path

Checked on Debian 9 and 10 with this command: sudo find / -type s
This commit is contained in:
Attila 2019-09-01 23:25:06 +02:00 committed by GitHub
parent 45571642db
commit 7ac91303f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
<mysql>
conn_type = socket
list = /var/run/mysqld/mysqld.sock
list = /run/mysqld/mysqld.sock
<desc>
/var/run/mysqld/mysqld.sock = 3306, user, secret
/run/mysqld/mysqld.sock = 3306, user, secret
</desc>
</mysql>