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

Check Apache, MySQL and PHP versions under Windows and Linux

WBOY
Release: 2016-07-06 13:28:15
Original
1049 people have browsed it

# 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

source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template