A simple playground to start with apache2, php8.2 and mysql8.2 in a VirtualBox environment.
You first have to install VirtualBox and Vagrant on your OS.
Simple run vagrant up
to spin up an apache2 webserver on localhost:8081.
Run vagrant ssh
to connect to the box.
Run mysql -uadmin -padmin
or mysql -utest -ptest
.