Apache 2 | Komutlar

Apache2

## Start command ##

sudo systemctl start apache2.service
## Stop command ##

sudo systemctl stop apache2.service
## Restart command ##

sudo systemctl restart apache2.service

Status :

sudo systemctl status apache2.service 

VEYA

sudo service apache2 start

sudo service apache2 stop

sudo service apache2 restart

sudo systemctl status apache2

MySQL status

systemctl status mysql

Mysql veri tabanına girmek için:sudo mysql -u root -p

 

PhpMayAdmin

sudo apt install -y phpmyadmin
sudo apt-get install --reinstall phpmyadmin