Creating a LAMP environment on linux to emulate XAMPP

Install PHP

Follow this guide

Install MySQL

Directly from Oracle repo

Follow this guide to install and for post setup

Can uninstall from this link too

Fedora community packaged

sudo dnf install {community-mysql-server|mariadb-server}

Install phpmyadmin

sudo dnf install phpmyadmin

This site uses Just the Docs, a documentation theme for Jekyll.