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

@@ -15,22 +15,23 @@
# The following options will be passed to all MySQL clients
[client]
port = 3306
socket = /tmp/mysql.sock
port = 3306
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
nice = 0
socket = /run/mysqld/mysqld.sock
nice = 0
# The MySQL server
[mysqld]
port = 3306
socket = /tmp/mysql.sock
port = 3306
socket = /run/mysqld/mysqld.sock
#datadir = /data/mysql
## - skip_external_locking
## -