Skip to content

Instantly share code, notes, and snippets.

@psi
Created June 26, 2009 22:02
Show Gist options
  • Save psi/136780 to your computer and use it in GitHub Desktop.
Save psi/136780 to your computer and use it in GitHub Desktop.
[mysqld]
skip-thread-priority
bind-address = 127.0.0.1
max_allowed_packet = 16M
log = /tmp/mysql-query.log
socket = /private/tmp/mysql.sock
[mysql]
socket = /private/tmp/mysql.sock
[mysqladmin]
socket = /private/tmp/mysql.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment