How to check Linux, Nginx, MySQL, PHP versions

Reference: How to check Linux, Apache, MySQL, PHP versions

1. Check the Linux version:

uname -a;

more /etc/issue;

cat /proc/version;

2. Check Mysql version:

mysql -V #V must be capitalized

3. Check the PHP version:

php -v

4. Check the Nginx version:

nginx -v

  

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325818445&siteId=291194637