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