Questions tagged [xampp]

XAMPP is a cross-platform Apache distribution bundled with MySQL, PHP and Perl.

XAMPP is an Apache distribution containing MySQL, PHP, Perl, Mercury (mail server), phpMyAdmin and Tomcat. Its acronymous name also suggests this, as mentioned below.

The philosophy behind XAMPP is to build an easy-to-install distribution for developers to get into the world of Apache and easy local web hosting on one's own computer.

XAMPP is a compilation of free software. It is compatible with Windows, Linux, Mac, and Solaris. It's, also, free of charge and it's free to copy under the terms of the GNU General Public License.

From version 1.7.4, Tomcat has been a part of the basic package and from version 1.7.2 Perl has been a part of the basic package. There are addon packages called BitNami for XAMPP that are able to install some popular applications, easily, into your working XAMPP packages such as WordPress, Joomla, Drupal, etc.

The name "XAMPP" is an abbreviation for:

  • X (cross) means cross-platform
  • Apache
  • MySQL
  • PHP
  • Perl.

Resources

Latest version:

Windows, Linux, OS X: 8.2.0 (PHP 8.2.0)

12601 questions
35
votes
4 answers

MYSQL 8.0 - unsupported redo log format

I have recently updated mysql that was located under my xampp folder, and i've got the following errors, reporting from the log file : 2018-04-19T12:59:19.667059Z 0 [System] [MY-010116] [Server] C:\xampp\mysql\bin\mysqld.exe (mysqld 8.0.11)…
Ahmed Dolabi
  • 425
  • 1
  • 5
  • 10
35
votes
30 answers

Xampp control panel is not showing

My Xampp control panel is not showing in the desktop (Windows 10), but can only up the servers through the shortcut (minimized option in the task bar). As follows: I have close the application without stopping the servers, will that be the case of…
Kalanka
  • 1,019
  • 2
  • 18
  • 31
35
votes
7 answers

How do I run a file on localhost?

How do I actually run a file on localhost? I know it is working, but how do I run a file on it, and how do I verify that the file is in fact running on localhost? Server newbie here, additional questions (I have xampp running Apache 2.2): From your…
James Musser
  • 735
  • 5
  • 13
  • 18
35
votes
12 answers

Composer update fails while updating from packagist

While executing composer install/update I have got the following error from openssl: The "https://packagist.org/packages.json" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL…
yuklia
  • 6,733
  • 5
  • 20
  • 26
35
votes
4 answers

How do I use MySQL through XAMPP?

I installed XAMPP v3.2.1 because I wanted to learn how to create database in MySQL and learn more about TOMCAT. However, I am a little confused about what to do now. I have read many blogs and the documentation on this page…
JustBlossom
  • 1,259
  • 3
  • 24
  • 53
34
votes
9 answers

Is it possible to use Live-server for PHP with autoreload on save?

I tried to use the Live-Server extension on VS Code for PHP, but it only opened the "root" of the "served" project folder and showed the index.php as a downloadable file link. Then I read about the Live-Server Web Extension and installed it, but it…
K4R1
  • 745
  • 1
  • 10
  • 20
34
votes
7 answers

xampp phpmyadmin, Incorrect format parameter

Im trying to import the database of my client side (wordpress platform) to localhost (using xampp). Other clients' sites work OK, except for this one particular site. When I want to import it, it just showed "phpMyAdmin - Error. Incorrect format…
iceiceicy
  • 705
  • 1
  • 9
  • 24
34
votes
13 answers

How to downgrade php from 7.1.1 to 5.6 in xampp 7.1.1?

I want to downgrade php version from 7.1.1 to 5.6 in xampp 7.1.1. But I can't find any option.
Shiblee Sadik
  • 422
  • 1
  • 5
  • 10
33
votes
4 answers

How to install imagick in xampp/wampp in Windows

Today I have tried to install imagick in my xampp a hundred times. And I did it. If you have troubles, please try following these steps: Since xampp is x86, check if your Image Magick (the program) is x86. If not, download the latest version here:…
Luciano Graziani
  • 521
  • 1
  • 8
  • 19
33
votes
6 answers

windows 8 NT Kernel and System using port 80

This has long bugged me. after upgrading to Windows 8, i already cannot run my XAMPP server without using ports other than port 80, since a process called "NT Kernel & System" is using it. It's a system process so I cannot disable it. I don't have…
bonbon.langes
  • 1,718
  • 2
  • 22
  • 37
33
votes
2 answers

PHP mail() no longer works after update to OSX Mountain Lion

I just updated OS X to Mountain Lion yesterday, but the php function mail() does not work anymore. Before updating, the PHP mail() function worked fine, Apple mail works fine. After updating, Apple mail works fine, but PHP mail() function DOES NOT…
Globalfish
  • 1,221
  • 1
  • 9
  • 9
32
votes
9 answers

Can't run XAMPP - MySql

When I try to start XAMPP - MySql it doesn't work. I've already tried to fix it, but I couldn't find any actual solution, I hope you can find what's wrong with it. There's the log: 2019-06-26 9:08:35 0 [Note] InnoDB: Mutexes and rw_locks use…
Shark44
  • 593
  • 1
  • 4
  • 11
32
votes
11 answers

httpd-xampp.conf: How to allow access to an external IP besides localhost?

I haven't found the right answer that works for me in other questions. This is how the httpd-xampp.conf looks like originally: # # New XAMPP security concept #
Pathros
  • 10,042
  • 20
  • 90
  • 156
32
votes
15 answers

XAMPP Object not found error

I have just installed XAMPP on my machine, and when trying to access sub folders in htdocs I get the following error. Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and…
crayden
  • 2,130
  • 6
  • 36
  • 65
32
votes
24 answers

XAMPP - Error: MySQL shutdown unexpectedly

I have reinstalled XAMPP for some reason and MySQL is not working, giving the following error in the console: 01:56:03 [mysql] Error: MySQL shutdown unexpectedly. 01:56:03 [mysql] This may be due to a blocked port, missing dependencies,…
cgf
  • 3,369
  • 7
  • 45
  • 65