Skip to content

Instantly share code, notes, and snippets.

@BooneTeam
Created October 30, 2014 13:09
Show Gist options
  • Save BooneTeam/4f0bab63ca860b7edf21 to your computer and use it in GitHub Desktop.
Save BooneTeam/4f0bab63ca860b7edf21 to your computer and use it in GitHub Desktop.
my2.cnf
[client]
user=<user>
password=<password>
host=localhost
port=3307
socket=/tmp/mysql2.sock
[mysqld]
port=3307
datadir=/usr/local/var/mysql
socket=/tmp/mysql2.sock
pid_file=/usr/local/var/mysql/mysql2.pid
query_cache_type=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment