summaryrefslogtreecommitdiff
path: root/~coadde/mariadb/my.cnf
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-11-08 04:17:33 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-11-08 04:17:33 -0200
commit8d9209a81b5ea1390d10f6eb7a4faf54c3be8894 (patch)
tree966bf61f52a36d2b9075b350230c6174d925424c /~coadde/mariadb/my.cnf
parent80b0efbfa956bbf5ef55bcc53d413075811e2340 (diff)
fix deprecated mariadb
Diffstat (limited to '~coadde/mariadb/my.cnf')
-rw-r--r--~coadde/mariadb/my.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/~coadde/mariadb/my.cnf b/~coadde/mariadb/my.cnf
index 9a41b4fc3..387020858 100644
--- a/~coadde/mariadb/my.cnf
+++ b/~coadde/mariadb/my.cnf
@@ -18,14 +18,14 @@
[client]
#password = your_password
port = 3306
-socket = /var/run/mysqld/mysqld.sock
+socket = /run/mysqld/mysqld.sock
# Here follows entries for some specific programs
# The MySQL server
[mysqld]
port = 3306
-socket = /var/run/mysqld/mysqld.sock
+socket = /run/mysqld/mysqld.sock
datadir = /var/lib/mysql
skip-external-locking
key_buffer_size = 16M