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...
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn