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
68
votes
17 answers

XAMPP Apache Webserver localhost not working on MAC OS

I install XAMPP server on MAC OS 10.6 it was working fine. After a lot of days I checked it, but not working this time, localhost not opening this time. after some R&D I reinstall XAMPP server after uninstall When I start the apache after reinstall…
Amit Battan
  • 2,968
  • 2
  • 32
  • 68
67
votes
4 answers

Access XAMPP Localhost from Internet

I have XAMPP installed in local laptop. And I have a almost static ip. I would like to give the ip to other to run it from their browser. I configured apache httpd-vhosts.conf to listen my ip address:80 and added the virtual server with the ip…
coool
  • 8,085
  • 12
  • 60
  • 80
67
votes
7 answers

How to enable curl in xampp?

How to enable curl in xampp ? My PHP twitter application needs curl function. But it is not enabled in XAMPP. how to enable it. I found no options for doing that.
Aakash Chakravarthy
  • 10,523
  • 18
  • 61
  • 78
67
votes
21 answers

New xampp security concept: Access Forbidden Error 403 - Windows 7 - phpMyAdmin

I have downloaded and installed XAMPP 1.8.1 for Windows on Windows 7 Ultimate. I have set up XAMPP to run together with IIS as per these instructions All good so far, my PHP sites run locally and everything except phpMyAdmin is available from the…
user3202433
  • 671
  • 1
  • 6
  • 4
66
votes
3 answers

Error when trying to access XAMPP from a network

I get following error when trying to access Xampp from a network I've tried but does not get any idea how to resolve it. Any help??I really confused Access Forbidden : Access to the requested Object is only available from the local network. This…
karto
  • 3,538
  • 8
  • 43
  • 68
61
votes
12 answers

xampp MySQL does not start

I installed Xampp on Windows 7 32-bit. When I try to start MySql in XAMPP control panel (v3.2.1) I have the following message and MySql does not start. 23:02:03 [mysql] Problem detected! 23:02:03 [mysql] Port 3306 in use by ""C:\Program…
tomasz74
  • 16,031
  • 10
  • 37
  • 51
60
votes
15 answers

What is the location of mysql client ".my.cnf" in XAMPP for Windows?

What is the location of mysql client .my.cnf using XAMPP in Windows? Clarification: This file does not exist by default, so when you create it, where should you place it, in order for the command line client to read it automatically?
Alex R
  • 11,364
  • 15
  • 100
  • 180
57
votes
7 answers

localhost blocked on Chrome with "Privacy Error"

Google Chrome is blocking localhost. I'm using XAMPP with Apache localhost, ports 80 and 443. Google Chrome is up to date. I'm getting the following error: Your connection is not private Attackers might be trying to steal your information from…
wyboo
  • 683
  • 1
  • 5
  • 7
54
votes
10 answers

Enabling the OpenSSL in XAMPP

I spent three hours but I did not find anything; I'm unable to connect to a SSL enabled server. I want to list what i did: First checked my PHP extensions directory was in order; extension wasn't there, php_openssl.dll Then I opened my php.ini file…
Mert METİN
  • 1,258
  • 6
  • 22
  • 31
54
votes
15 answers

phpmyadmin "no data received to import" error, how to fix?

I am using XAMPP on a pc atwork to host a database. I exported a backup ("bintra.sql") using phpmybackuppro. I use xampp on a mac at home, and when I try to import the sql file located on my desktop, I get this error. No data was received to…
kevtrout
  • 4,934
  • 6
  • 33
  • 33
53
votes
8 answers

Configure ngrok's CORS headers

I am running a local webserver, which runs an XHR request to an ngrok server, also run from my PC. I'm getting XMLHttpRequest cannot load http://foo.ngrok.io/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin…
wildeyes
  • 6,767
  • 5
  • 19
  • 37
53
votes
1 answer

Why Xampp control panel shows an error access denied upon launch

I am facing a problem with my Xampp control panel. Once I try to launch it, it pops out an error message saying: "Error:Cannot create file "C:\xampp\xampp-control.ini". Access denied. The version I installed is xampp-win32-5.6.23. When I try to…
Sahar Alsadah
  • 2,580
  • 3
  • 19
  • 25
53
votes
19 answers

PHP: maximum execution time when importing .SQL data file

I am trying to import a large .sql data file using phpMyAdmin in XAMPP. However this is taking a lot of time and I keep getting: Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\phpMyAdmin\libraries\dbi\DBIMysqli.class.php on…
EssexPN
  • 631
  • 1
  • 5
  • 5
52
votes
3 answers

How to upgrade phpMyAdmin in XAMPP to latest?

How to upgrade phpMyAdmin in XAMPP to latest, without affecting the database, settings, and files?
ak-SE
  • 980
  • 1
  • 7
  • 27
52
votes
27 answers

eclipse xdebug session never completes

I am trying to get xdebug working with eclipse (3.5) / php (on xampp windows 7). I have verified xdebug is enabled in php - I have the fancy output and my phpinfo shows all the xdebug stuff. I have remote debug on, and typed in the lan ip address…
Scott Szretter
  • 3,938
  • 11
  • 57
  • 76