About 2,260,000 results
Open links in new tab
  1. How can I solve "Error: MySQL shutdown unexpectedly"?

    Aug 3, 2013 · Go to the directory: C:\xampp\mysql\data and delete the following files: After that, go to the directory C:\xampp\mysql\bin and open my.ini in a text editor. It will look like this: …

  2. https - Enabling SSL with XAMPP - Stack Overflow

    Found the answer. In the file xampp\apache\conf\extra\httpd-ssl.conf, under the comment SSL Virtual Host Context pages on port 443 meaning https is looked up under different document …

  3. Xampp MySQL not starting - "Attempting to start MySQL service..."

    I stopped the new xampp (php 8 version) , and tried to start xampp (php 7.4 version) and saw that Apache started and was working fine, but mysql was not starting.

  4. how to configuring a xampp web server for different root directory

    The web directory is the home of all of your application's public and static files. Including images, stylesheets and JavaScript files. It is also where the front controllers live. So the question...

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

    May 25, 2012 · I am running Xampp on my Windows 7 machine and was wondering if and how I could run commands for xampp via a command line. commands like php phpfile.php Any …

  6. Upgrading PHP in XAMPP for Windows? - Stack Overflow

    I would like to know how you upgrade PHP in Xampp for Windows? I tried to download the latest PHP version from the main PHP site but when I check (phpinfo) I still get that the previous …

  7. How to check XAMPP's version on Windows? - Stack Overflow

    May 11, 2018 · My XAMPP version is 3.2.4 and you can find the version of your xampp at the top of its control panel. To check the version of xampp components: For Apache: Go to where you …

  8. document root - How to change xampp localhost to another …

    Jan 13, 2012 · How can I change my default xampp localhost c:xampp/htdoc to another folder i.e. c:/alan? When I use the IP address I should be able to view my website file in C:/alan. Thanks …

  9. php - How to enable zip.dll in xampp - Stack Overflow

    First open Xampp control panel and then in Xampp control panel click on 'config > php.ini' change this and save. from:

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

    Sep 11, 2016 · I am using xampp server for PHP development and want to edit the php.ini file; where can I locate it?