About 1,590,000 results
Open links in new tab
  1. XAMPP - Port 80 in use by "Unable to open process" with PID 4! 12

    Dec 13, 2013 · By default, XAMPP will check default ports on startup, even if you have already changed Apache's default listening port in "C:\xampp\apache\conf\httpd.conf" to anything …

  2. how to access the command line for xampp on windows

    May 25, 2012 · XAMPP does not have a pre build console to run php or mysql commands, so, you have to add to windows PATH environment variables, these 2: …

  3. How to locate the php.ini file (xampp) - Stack Overflow

    Sep 11, 2016 · If you have multiple php-versions (xampp etc) running, I find the easiest is to use: php --ini from the command line. In windows: either after you click Shell in xampp, or directly in …

  4. How do I use MySQL through XAMPP? - Stack Overflow

    Changing XAMPP Default Port: If you want to get XAMPP up and running, you should consider changing the port from the default 80 to say 7777. In the XAMPP Control Panel, click on the …

  5. I can not access phpMyAdmin on XAMPP - Stack Overflow

    May 15, 2015 · First of all, open XAMPP in your device and install the MySQL and Apache by clicking on the service checkbox beside them having a red cross on it (which will change to a …

  6. xampp - PhpMyAdmin not working on localhost - Stack Overflow

    Feb 13, 2014 · Xampp version:1.7.7 (installed it on external hard drive), operating system: Windows 8, installed version 4.1.7 of phpMyAdmin and copied config.inc.php from my old …

  7. Xampp-mysql - "Table doesn't exist in engine" #1932

    Dec 28, 2016 · I have faced same issue but copying the xampp\mysql\data\ibdata1 was not solved my problem, because I install new version of xampp, if you upgrading your xampp first …

  8. How to install/enable GD in xampp windows [php 7.2]?

    Apr 2, 2019 · What worked for me on XAMPP version 3.3.0 running PHP v 8.0.30: Started the XAMPP server. Clicked on the Admin tab of the Apache module in the XAMPP interface. …

  9. How can I change MariaDB to MySQL in XAMPP? - Stack Overflow

    Jan 22, 2017 · Rename C:\xampp\mysql to C:\xampp\mariadb; Extract the downloaded zip archive to C:\xampp\mysql. Make sure you extract the folder level which has the subfolders …

  10. php - how to configuring a xampp web server for different root ...

    I moved my htdocs folder from C:\xampp\htdocs to D:\htdocs without editing the Apache config file (httpd.conf). Step 1) Move C:\xampp\htdocs folder to D:\htdocs Step 2) Create a symbolic link …