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
2
votes
0 answers

Can't start MySQL after changing root password with XAMPP

Still remains unsolved. Having an issue with trying to change the root and pma password on an XAMPP setup so that I can access it remotely. Regardless, it's bad practice and insecure to leave it without a password anyway. (This is for Windows Server…
2
votes
0 answers

mysqli_real_connect(): The server requested authentication method unknown to the client [caching_sha2_password]

When I open phpmyadmin it displays an error at the bottom of the page, it connects fine but there's an error. I was getting this error before but it wasn't allowing the admin page to open so I fixed it by changing the auth method: ALTER USER root…
matt
  • 311
  • 1
  • 4
  • 12
2
votes
2 answers

How to fix "Slim Application Error" error while using lampp to host

I'm using lampp on my linux machine to host a website. The db is configured as the virtual host. Also, the php dependencies are fixed using composer. When I start the lampp components and I go to locahost I recive this error. I tried to fix it in…
Triad
  • 152
  • 1
  • 4
  • 12
2
votes
0 answers

Root-relative-paths are not working on XAMPP Virtual Host

I want to be able to use root-relative-paths (ex: /incl/file.php) while developing the website in XAMPP's localhost so that it will work in the same way when I upload it to a webserver. In order to do that, I've set up a Virtual Host within XAMPP.…
ArtH
  • 21
  • 1
2
votes
2 answers

MYSQL - Check from Select "itself" possible?

I just started with mysql and I don't know if the way to make that check is the correct or I am going in the wrong direction. I have a varchar named user_num in a table. and I need to check that when I do INSERT, the value of user_num_list have to…
pcabuti
  • 23
  • 2
2
votes
0 answers

How to Recovering MySQL database or table from XAMPP folder after system formatting

How can I access the database from xampp folder? I have installed a new one XAMPP. When I copy my backup folder (with the name of my database, containing all .frm and .opt files) to the D:\xampp\mysql\data, the database shows in the list in…
Santanu Adak
  • 51
  • 1
  • 6
2
votes
1 answer

Is PHPmyadmin current date based on my computer's localdate?

I'm doing some testing for my system in selecting data between two dates. so I tried changing my computer's localdate to like year 2020 and run my system, so I'm expecting my CURRENT_DATE is May 10, 2020. and I wont be getting any rows from my…
2
votes
1 answer

works fine in WAMP but doesn't work in XAMPP

I have the following code in my program that works perfectly with the WAMP server. But I had to change the WAMP server for XAMPP and I don’t know why it doesn’t execute some parts of the code. There’s also no error message. The problem is that in…
galep
  • 80
  • 7
2
votes
1 answer

How to use Github in xampp htdocs

I work as a collaborate in github and I'm cloning the repo. I use xampp for a website and I need to have my files in htdocs in xampp file. What can I do to fix it? Any ideas? I have tried to push new data but when I do that I can't do the push…
2
votes
0 answers

fileinfo.dll missing despite being un-commented in php.ini

I'm learning laravel and trying to install laravel collective. Using Xampp, PHP 7.3.4, Laravel 5.8.14. I get the following issue in GitBash when trying to do so: Your requirements could not be resolved to an installable set of packages. Problem 1 -…
Bethany
  • 121
  • 1
2
votes
0 answers

Call to undefined function mysqli_connect on PHP for windows 10

I have xampp server installed in my windows 10 with this php version: And this is the xampp version: I am using wp-cli in order to import or export the database from local repository to a cloud repository. When i use the wp-cli gives me this…
Yorman Rivero
  • 139
  • 4
  • 13
2
votes
0 answers

Xdebug not listed in phpinfo()

Useful informations: Ubuntu 19.04 x86_64 PHP 7.2 Xampp for linux 7.3.4 Netbeans 8.2 Xdebug 2.7.1 I installed with success PHP-cli, netbeans and xampp for linux on my brand new Ubuntu 19.04 installation. After that I uploaded my…
2
votes
3 answers

This site can’t be reached - XAMPP ignores custom domain vhosts

Environment XAMPP 7.2.4 installed on Windows 10 Apache running on ports 80 and 443 Configuration C:\Windows\System32\drivers\etc\hosts: 127.0.0.1 www.test.local test.local C:\xampp\apache\conf\httpd.conf: DocumentRoot "D:/htdocs"
cespon
  • 5,630
  • 7
  • 33
  • 47
2
votes
1 answer

XAMPP: Can't log in to MySQL (Cannot find authentication module: caching_sha2_password)

I started MySQL in the control panel of XAMPP, and I'm trying to log in to MySQL from the command line on Windows: C:/xampp/mysql/bin> mysql -u root -p pwd Getting this error: ERROR 2059 (HY000): Authentication plugin 'caching_sha2_password' cannot…
Andrew Kor
  • 579
  • 7
  • 19
2
votes
2 answers

PHP mail function : Do I have to deactivate the firewall?

I'm making a mail sender with php in my localhost using xampp sendmail. I configured the sendmail.ini and php.ini files as they should be, but I still get this error in the errol.log file : 19/04/18 13:51:58 : Socket Error # 10013Access…
Creeper
  • 386
  • 3
  • 16