XAMPP
XAMPP is a tool for developing locally using the LAMP stack (Linux, Apache server, MySQL, Perl/PHP/Python).
Getting started
- Install XAMPP.
- Open XAMPP.
- Start your Apache server, MySQL, and the FTP server.
- Go to
localhost
in your browser. - Hooray!
PHP My Admin
You can access a GUI for MySQL via http://localhost/phpmyadmin/
. You may need to adjust the port based on your settings.
References
Last modified: 202409070022