server console commands

all server console command to setup database on Debian 11 NEWEST

search system updates

apt update
apt upgrade -y

apt get updates and install gnupg

apt-get update
apt-get install gnupg

install database webinterface

apt install wget -y
apt install apache2 -y

apache2 status check

systemctl status apache2

Press CTRL + Z

install php

install mariadb and configure

Press CTRL + Z

create database user

install phpmyadmin

check phpmyadmin gpg key

SEARCH $cfg['blowfish_secret'] = ''; and add your securepassword

finish

Last updated