Instructions for installing XAMPP on Linux Mint
XAMPP provides a complete package including PHP, MySQL and Apache as a framework program for developing web-based applications. Here are the steps to install XAMPP for Linux Mint:
Step 1: Download XAMPP for Linux.
Step 2: Make sure you have extracted the newly downloaded package as an administrator (Right-click on the package and select Open as administrator) and extract it in the directory / opt.
Step 3: Start installing XAMPP by typing sudo / opt / lampp / lampp start.
Step 4: Verify if you can already display the test website by visiting http: // localhost.
This means that the installed XAMPP is working.
Step 5: You have installed your own web server with great tools like PHP and MySQL.
Now comes the important part. You need to secure installation just made by setting access password for Apache, MySQL and other components. To do this, XAMPP provides a useful tool for checking security settings and prompting for password settings.
You run this tool by typing sudo / opt / lampp / lampp security. It will ask for a password if the password has not been set or request to change the password if the password has been set.
You can verify if the installation is safe or not by clicking on the link Security in the page localhost, all entries have a green status that is secure.
https://thuthuat.taimienphi.vn/cach-cai-dat-xampp-tren-linux-mint-54574n.aspx
Thus, the installation of XAMPP on Linux Mint has officially completed. Now, you can use XAMPP to research, develop and test web applications through your computer’s Localhost. In addition, you refer more How to run PHP files on XAMPP here.
.