Install Composer
Step 1 :- sudo apt-get update && sudo apt-get install curl Step 2 :- sudo curl -s https://getcomposer.org/installer | php […]
Step 1 :- sudo apt-get update && sudo apt-get install curl Step 2 :- sudo curl -s https://getcomposer.org/installer | php […]
Step 1 :- wget https://files.phpmyadmin.net/phpMyAdmin/5.2.0/phpMyAdmin-5.2.0-all-languages.zip Step 2 :- sudo apt install unzip -y Step 3 :- unzip phpMyAdmin-5.2.0-all-languages.zip Step 4
Step 1 :- sudo apt update Step 2 :- sudo apt install mariadb-server Step 3 :- sudo systemctl start mariadb.service