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
27
votes
3 answers

How to setup mail in XAMPP locally?

I'm learning PHP and have installed XAMPP on my computer. But I have a problem with the setup as the email option doesn't seem to be working. After doing some reading I think it has something to do with the below, found on my server in the php.ini…
James
  • 271
  • 1
  • 3
  • 3
27
votes
17 answers

phpMyAdmin access denied for user 'root'@'localhost' (using password: NO)

I am unable to connect to my MySQL in xampp I have this error: MySQL said: Documentation #1045 - Access denied for user 'root'@'localhost' (using password: NO) mysqli_real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using…
guzuer
  • 661
  • 1
  • 6
  • 8
27
votes
4 answers

Custom 404 error issues with Apache - the ErrorDocument is 404 as well

I am trying to create a custom 404 error for my website. I am testing this out using XAMPP on Windows. My directory structure is as follows: error\404page.html index.php .htaccess The content of my .htaccess file is: ErrorDocument 404…
Malachi
  • 33,142
  • 18
  • 63
  • 96
27
votes
11 answers

Apache 2.4.3 (with XAMPP 1.8.1) not starting in windows 8

Just got XAMPP 1.8.1 installed on my Windows 8 PC, this version includes packages mentioned below: Apache 2.4.3 MySQL 5.5.27 PHP 5.4.7 phpMyAdmin 3.5.2.2 FileZilla FTP Server 0.9.41 Tomcat 7.0.30 (with mod_proxy_ajp as connector) Strawberry Perl…
Ishan Dhingra
  • 2,442
  • 5
  • 31
  • 42
26
votes
2 answers

How to enable 'Access-Control-Allow-Origin' header for all files in a directory of XAMPP?

I am developing a HTML5 Javascript app to get an image from my local server which runs on the same machine as the app. When I run the app on my Chrome, I got: Access to Image at 'http://localhost/someDIrectory/1.jpg' from origin …
Karl
  • 5,613
  • 13
  • 73
  • 107
26
votes
5 answers

How to fix Error: MySQL shutdown unexpectedly on Xampp due to Plugin 'Aria'

These were the logs: [ERROR] mysqld.exe: Aria recovery failed. Please run aria_chk -r on all Aria tables and delete all aria_log.######## files [ERROR] Plugin 'Aria' init function returned error. [ERROR] Plugin 'Aria' registration as a STORAGE…
German Alfonso
  • 1,281
  • 1
  • 9
  • 8
26
votes
3 answers

xampp mysql and phpmyadmin dont work

yesterday i worked with my xampp and i used apache and mysql services. Today i want to start mysql service and did not worked. I try to search on forums a solution but i cant find anything, so i ask you. In the log file i find this message after the…
Francis
  • 1,775
  • 2
  • 12
  • 15
26
votes
5 answers

Large SVN checkout fails sporadically

I'm currently experiencing issues during a large, full SVN repository checkout (20GB+), where the checkout process will halt randomly. The repository is composed of many small text files and a few large CSV files. It's been difficult to narrow down…
davidbereza
  • 261
  • 1
  • 3
  • 4
26
votes
6 answers

error running apache after xampp install

I installed xampp on win7 and get this error when starting apache. I unchecked skype and nothing changes. How do I find what is using port 80? How do I fix this please. I dont have another server running. update this is the error. I click on start…
ajt
  • 642
  • 2
  • 6
  • 21
26
votes
7 answers

XAMPP Start automatically on Windows 7 startup

XAMPP Version 3.2.1 installed on Windows 7. It didn't get started automatically on Windows boot. Tried: looking in service, it shows neither Apache nor MySQL.
vignesh pbs
  • 418
  • 2
  • 5
  • 16
26
votes
2 answers

XAMPP tmp folder oversized

I'm running some php file every 2 minutes via Windows Task Scheduler, but time-to-time I get notification about low space on my drive D:. After check I found that in XAMPP tmp folder located on D:\XAMPP\tmp are lot of files with names similar to:…
zur4ik
  • 6,072
  • 9
  • 52
  • 78
26
votes
16 answers

XAMPP on Win7 too slow

I'm running XAMPP 1.7.1 on Windows 7 Ultimate. Everything (Apache & MySQL) is working fine except for speed. When I open http://localhost/, I must wait probably 1-3 seconds for view a webpage. In my opinion, it should be at most some hundreds…
Martin Ille
  • 6,747
  • 9
  • 44
  • 63
26
votes
2 answers

Notice: Use of undefined constant STDOUT - assumed 'STDOUT'

I am trying to set up Amazon Aws Php SDK in Xampp. After installing the SDK, I am trying to download a bucket from Amazon S3, using the following code.
SatheeshJM
  • 3,575
  • 8
  • 37
  • 60
26
votes
3 answers

Exporting MySQL database from XAMPP

I need to send my website with the MySQL database. I have done the website and MySQL database in XAMPP but don’t know how to send the database.
199user911
  • 405
  • 2
  • 6
  • 10
26
votes
5 answers

configuring virtual host and localhost redirecting to the xampp folder

I have problem with creating virtual host. I am using Windows 7 x64 Professional. In file C:\Windows\System32\drivers\etc\hosts I have only this lines: 127.0.0.1 myhost 127.0.0.1 www.myhost And in file…
woyaru
  • 5,544
  • 13
  • 54
  • 92