Home >php教程 >php手册 >Check Apache, MySQL and PHP versions under Windows and Linux

Check Apache, MySQL and PHP versions under Windows and Linux

WBOY
WBOYOriginal
2016-07-06 13:28:151031browse

# Windows View Apache version:

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

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