Skip to content

Instantly share code, notes, and snippets.

@simeonwillbanks
Last active September 26, 2015 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simeonwillbanks/1158625 to your computer and use it in GitHub Desktop.
Save simeonwillbanks/1158625 to your computer and use it in GitHub Desktop.
#CommandLine $ /usr/local/bin/mysql_config
Usage: /usr/local/bin/mysql_config [OPTIONS]
Options:
--cflags [-I/usr/local/Cellar/mysql/5.5.14/include -g -arch i386 -arch x86_64]
--include [-I/usr/local/Cellar/mysql/5.5.14/include]
--libs [-L/usr/local/Cellar/mysql/5.5.14/lib -lmysqlclient -lpthread -lz -lssl -lcrypto]
--libs_r [-L/usr/local/Cellar/mysql/5.5.14/lib -lmysqlclient_r -lpthread -lz -lssl -lcrypto]
--plugindir [/usr/local/Cellar/mysql/5.5.14/lib/plugin]
--socket [/tmp/mysql.sock]
--port [0]
--version [5.5.14]
--libmysqld-libs [-L/usr/local/Cellar/mysql/5.5.14/lib -lmysqld]
--variable=VAR VAR is one of:
pkgincludedir [/usr/local/Cellar/mysql/5.5.14/include]
pkglibdir [/usr/local/Cellar/mysql/5.5.14/lib]
plugindir [/usr/local/Cellar/mysql/5.5.14/lib/plugin]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment