Linux serverlinux web serverNETWORK ADMINISTRATIONS

phpmyadmin GUI installation on kali linux

setup phpmyadmin gui in kali linux where
AMP already installed.

# /etc/init.d/apache2 start; /etc/init.d/mysql start
# mysql -h localhost -u root
# set password for root@localhost = password(‘newPaswdHere’);
exit
# apt-get update
# apt-get install phpmyadmin
:yes:apache2:your passwd[(configured at mysql)(repeat)]
manual add
“Include /etc/phpmyadmin/apache.conf” (w/o quotes,paste at the end of)
# leafpad /etc/apache2/apache2.conf
open browser check “localhost/phpmyadmin”

source

by retink

linux web server

Leave a Reply

Your email address will not be published. Required fields are marked *