Check the Apache, MySQL, and PHP versions under Windows and Linux, apachemysql
# Check the Apache version under Windows:
Use command: httpd -v
# Check Apache version on Linux:
Use command: apachectl -v
# Check MySQL version on Windows:
Use command: mysql --version
# Check MySQL version on Linux:
Use command: mysql -V
# Check PHP version on Windows:
Use command: php -v
# Check PHP version on Linux:
Use command: php -v
http://www.bkjia.com/PHPjc/1138822.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1138822.htmlTechArticleView the Apache, MySQL, and PHP versions under Windows and Linux, apachemysql # Windows to view the Apache version: Use the command: httpd - v # Check the Apache version on Linux: Use command: apachectl -v # W...