分类:
2009-07-22 21:53:32
怎么查看编译mysql时使用了那些参数?
就是./configure 后面的那些东西。
在我编译、安装完mysql后怎么去查看。
查看mysql编译参数:
cat /usr/local/mysql/bin/mysqlbug | grep CONFIGURE_LINE
查看apache编译参数:
cat $apachehome$/build/config.nice
查看php编译参数:
$PHP$/bin/php -i | grep configure