From 94923b05f1cb84b3e6aac05b92a44613c0c8f651 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 25 Sep 2020 15:25:26 +0200 Subject: [PATCH] Fixed mysql client config --- config/MySQL/mysqld-V8.cnf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/MySQL/mysqld-V8.cnf b/config/MySQL/mysqld-V8.cnf index 6cbe9b1..64dfd39 100644 --- a/config/MySQL/mysqld-V8.cnf +++ b/config/MySQL/mysqld-V8.cnf @@ -22,4 +22,7 @@ thread_cache_size = 8 myisam-recover-options = BACKUP log-error = MySQLlog expire_logs_days = 10 -max_binlog_size = 100M \ No newline at end of file +max_binlog_size = 100M + +[client] +socket = /var/run/mysqld/mysqld.sock \ No newline at end of file