diff options
author | Joshua I. Haase H. (xihh) <hahj87@gmail.com> | 2012-12-04 20:19:54 -0600 |
---|---|---|
committer | Joshua I. Haase H. (xihh) <hahj87@gmail.com> | 2012-12-04 20:19:54 -0600 |
commit | 5b773bfc871ccd0dc540942508e7480c1cd63df2 (patch) | |
tree | 432ab7299f728cd5f078cd3e2bfa4f92e8d43487 /community/percona-server/my.cnf | |
parent | 0cb1158276158c1c2f4bef15c278ffcaf8859172 (diff) | |
parent | 1d3002e46bb10b50ac35a99b6d2e672cb2c4b2f9 (diff) |
Merge branch 'master' of gitpar:abslibre-mips64el
Conflicts:
extra/seahorse/PKGBUILD
Diffstat (limited to 'community/percona-server/my.cnf')
-rw-r--r-- | community/percona-server/my.cnf | 10 |
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) |