原文:
查看 mysql版本 mysql –help | grep Distrib
mysql -V
mysql/bin/mysql -u root -p -e “select version()”
head -n1 /etc/issue
cat /etc/redhat-release (redhat) rpm -q redhat-release (redhat) nginx -V
Linux下查看nginx,apache,mysql,php的编译参数 1、nginx编译参数:
#/usr/local/nginx/sbin/nginx -V 2、apache编译参数: # cat /usr/local/apache/build/config.nice #/usr/local/apache/bin/apachectl -V
#cat $apachehome$/build/config.nice 3、php编译参数: # /usr/local/php/bin/php -i |grep configure #$PHP$/bin/php -i | grep configure
# /usr/local/php/bin/php-config 4、mysql编译参数:
# cat /usr/local/mysql/bin/mysqlbug|grep configure #/usr/sbin/smartctl -V|grep configure