About 2,220,000 results
Open links in new tab
  1. 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...

  2. 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: …

  3. 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 …

  4. Xampp control panel is not showing - Stack Overflow

    Oct 8, 2017 · My Xampp control panel is not showing in the desktop (Windows 10), but can only up the servers through the shortcut (minimized option in the task bar). As follows: I have close …

  5. windows - xampp change location of htdocs - Stack Overflow

    May 29, 2020 · Installed xampp-windows-x64-7.4.6-0-VC15 on a reinstalled Windows 10. Used the default install folder : C:\xampp I need to point to a different htdocs folder. Instead of …

  6. 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 …

  7. 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.

  8. Using XAMPP and Mysql Workbench together - Stack Overflow

    Sep 3, 2019 · I have a working install of XAMPP (latest version) and MySQL Workbench 8.0.17 installed. I just want to be able to use Workbench with the MySQL that ships with the XAMPP …

  9. Opening a php file with xampp - Stack Overflow

    Oct 31, 2017 · 26 First you need to start XAMPP. So, go to the drive where you install the XAMPP server. Generally, it's installed in C drive. So, go to C:\xampp\ . And open the file xampp …

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

    I installed XAMPP v3.2.1 because I wanted to learn how to create database in MySQL and learn more about TOMCAT. However, I am a little confused about what to do now. I have read many …