Skip to content

Instantly share code, notes, and snippets.

@smccracken
Created January 27, 2011 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save smccracken/799201 to your computer and use it in GitHub Desktop.
Save smccracken/799201 to your computer and use it in GitHub Desktop.
My MySQL version and config for reference
iMac:~ swm$ mysql --version
mysql Ver 14.14 Distrib 5.5.8, for osx10.6 (i386) using readline 5.1
iMac:~ swm$ which mysql_config
/usr/local/mysql/bin/mysql_config
iMac:~ swm$ mysql_config
Usage: /usr/local/mysql/bin/mysql_config [OPTIONS]
Options:
--cflags [-I/usr/local/mysql/include -Os -g -fno-common -fno-strict-aliasing -arch x86_64]
--include [-I/usr/local/mysql/include]
--libs [-L/usr/local/mysql/lib -lmysqlclient -lpthread]
--libs_r [-L/usr/local/mysql/lib -lmysqlclient_r -lpthread]
--plugindir [/usr/local/mysql/lib/plugin]
--socket [/tmp/mysql.sock]
--port [0]
--version [5.5.8]
--libmysqld-libs [-L/usr/local/mysql/lib -lmysqld -lpthread]
--variable=VAR VAR is one of:
pkgincludedir [/usr/local/mysql/include]
pkglibdir [/usr/local/mysql/lib]
plugindir [/usr/local/mysql/lib/plugin]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment