Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check XAMPP's version on Windows?

Tags:

In Linux, its simple. I just type /opt/lampp/lampp status, and it tells me about the XAMPP version.

Version: XAMPP for Linux 5.6.35-0 Apache is running. MySQL is running. ProFTPD is running. 

What is the equivalent command for XAMPP on windows?

like image 473
AlexScalar Avatar asked May 11 '18 15:05

AlexScalar


People also ask

How do I find my localhost PHP version?

Make sure the Web server is running, open a browser and type http://localhost/phptest.php. You should then see a screen showing detailed information about the PHP version you are using and installed modules.

What version of MySQL do I have XAMPP?

Another way to check your current MySQL version in XAMPP is as follows. Navigate to the readme_en. txt file which can be found in your XAMPP installation folder. There, you will see the MySQL version number.


1 Answers

Open XAMPP Control Panel, hit on the "Help" button and then "View ReadMe" ... It'll open a Notepad file having the first line as:

"###### ApacheFriends XAMPP Version x.y.x ######"

where x.y.z is the XAMPP version!

like image 107
user3310092 Avatar answered Oct 17 '22 02:10

user3310092