summaryrefslogtreecommitdiff
path: root/community/percona-server/my.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'community/percona-server/my.cnf')
-rw-r--r--community/percona-server/my.cnf10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/percona-server/my.cnf b/community/percona-server/my.cnf
index 9a41b4fc3..afdd6dc2c 100644
--- a/community/percona-server/my.cnf
+++ b/community/percona-server/my.cnf
@@ -17,15 +17,15 @@
# The following options will be passed to all MySQL clients
[client]
#password = your_password
-port = 3306
-socket = /var/run/mysqld/mysqld.sock
+port = 3306
+socket = /run/mysqld/mysqld.sock
# Here follows entries for some specific programs
# The MySQL server
[mysqld]
-port = 3306
-socket = /var/run/mysqld/mysqld.sock
+port = 3306
+socket = /run/mysqld/mysqld.sock
datadir = /var/lib/mysql
skip-external-locking
key_buffer_size = 16M
@@ -42,7 +42,7 @@ myisam_sort_buffer_size = 8M
# All interaction with mysqld must be made via Unix sockets or named pipes.
# Note that using this option without enabling named pipes on Windows
# (via the "enable-named-pipe" option) will render mysqld useless!
-#
+#
skip-networking
# Replication Master Server (default)