XAMPP is an open source package that is widely used for PHP development. XAMPP contains MariaDB, PHP, and Perl; it provides a graphical interface for SQL (phpMyAdmin), making it easy to maintain data in a relational database.
If you visit the main page of Apache (https://www.apachefriends.org) as shown below, do not download "XAMPP for Windows" or "XAMPP for OS X" directly on this page. They are Virtual Machines, which require additional configuration. Please navigate to other download versions. Do not download a Virtual Machine (VM) version
If you plan to write PHP programs and later deploy them on Google Cloud Platform (GCP), you may want to download the XAMPP version that supports PHP 7/8 (GCP currently supports PHP 7.2, 7.3, 7.4, 8.1, and 8.2).
For Mac users, you may need to move mouse over the Download button (above) to verify the version from the file name. The full versions have names ending with "-installer.dmg" while the VM versions have names ending with "-vm.dmg." Usually, the full versions are the top three.
If a VM version is used, you need to mount it. When you access the environment, you need to use an IP address (obtained when you mount it) instead of "localhost." Please refer to https://www.apachefriends.org/faq_stackman.html for XAMPP-VM FAQ.
Note: depending on the version you choose, your sceen may look different from the above sample screen. However, the features / options should be similar.
(Thanks to Parul Goswami)
Note: depending on the version you choose, your sceen may look different from the above sample screen. However, the features / options should be similar.
sudo killall mysqld
On the Manage Servers screen of the XAMPP manager / controller, select the server you wish to stop and then press the Stop button. Alternatively, you may press the Stop All button.
Be sure to stop the servers after you are done. Leaving the servers running consumes energy and may later prevent the servers from starting (in particular, MySQL server).
Released under the CC-BY-NC-SA 4.0 license.
Last updated 2023-09-12 8:37