• Welcome to Web Hosting Community Forum for Webmasters - Web hosting Forum.
 

Recommended Providers

Fully Managed WordPress Hosting
lc_banner_leadgen_3
Fully Managed WordPress Hosting

WordPress Theme

Divi WordPress Theme
WPZOOM

Forum Membership

Forum Membership

check PHP and MySQL version through shell (SSH) on Linux Server

Started by Kailash, July 29, 2007, 01:14:47 PM

Kailash

Below are the commands to check the version of PHP and MySQL on your Linux server through shell (via SSH):

php -v
mysql -V

Kailash

Rick

Thank you for sharing the command to check PHP and MySQL version via SSH.

Rick

Web_news

This is a really useful command to check the PHP and MySQL version for the server quickly via SSH.

WebhostingTalk

This is really useful. When you have several servers, this is the easy way to check PHP and MySQL versions via SSH.


RADWEBHOSTING.COM


gexacor

Quote from: Kailash on July 29, 2007, 01:14:47 PM
Below are the commands to check the version of PHP and MySQL on your Linux server through shell (via SSH):

php -v
mysql -V

Kailash

You can use the '-v' key to check the actual version for almost any Linux utility by the way :)

Dewlance

Get Premium Web Hosting from Dewlance

Mooni


kumkum12

Thank you for sharing these commands. I am new in this field and hope that i will get many other useful information in this forum.

rubyatiy

Quote from: Mooni on December 01, 2016, 01:07:34 PM
How do you decide when to use PHP and when to use SSH?

These are the terms you can judge with those effects and can't products those SSH

kumkum

You have to run command to know version. You have to run below command in SSH:
SHOW VARIABLES LIKE "%version%";

You can also get more details to check MySQL version.