How to check for PHP and MYSQL version using WordPress
So you want to check the version of PHP and MYSQL running on your webserver. Its a quite simple task but the only problem is that you dont know programming. In this article I will share a tip using which any one can find out the version of PHP and MYSQL running on their server. Only thing required is that you must have WordPress installed on your server.
Here are the Steps
1) Login to your WordPress site as admin.
2) Go to the Plugins->Installed Plugins->Add New
3) Install Health Check Plugin and activate it or download it from here.
4) Upon activation it will show this
Basically it is saying that my server is running PHP 5.2 with MYSQL 5.1.52. It means that my server is ready for latest version of WordPress.