Last active
September 26, 2015 20:58
-
-
Save simeonwillbanks/1158625 to your computer and use it in GitHub Desktop.
#CommandLine $ /usr/local/bin/mysql_config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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