Adjust example configurations..

This commit is contained in:
2023-08-08 22:14:19 +02:00
parent ec4e0cf905
commit 6527d9fa11
7 changed files with 196 additions and 118 deletions

View File

@@ -16,14 +16,14 @@
# The following options will be passed to all MySQL clients
[client]
port = 3306
socket = /tmp/mysql.sock
socket = /run/mysqld/mysqld.sock
# Here follows entries for some specific programs
# The following values assume you have at least 32M ram
# This was formally known as [safe_mysqld]. Both versions are currently parsed.
[mysqld_safe]
socket = /tmp/mysql.sock
socket = /run/mysqld/mysqld.sock
nice = 0
open-files-limit = 1048576
@@ -33,7 +33,8 @@ innodb-open-files = 1048576
# The MySQL server
[mysqld]
port = 3306
socket = /tmp/mysql.sock
socket = /run/mysqld/mysqld.sock
#datadir = /data/mysql
#autocommit = 0