How to remove PHPMyadmin from Apache Bitnami Wordpress
1 min Read

How to remove PHPMyadmin from Apache Bitnami Wordpress

1- Connect to the server through SSH.

2- Remove the line below from /opt/bitnami/apache2/conf/bitnami/bitnami-apps-prefix.conf:

    Include "/opt/bitnami/apps/phpmyadmin/conf/httpd-prefix.conf"

3- restart Apache by:

    sudo /opt/bitnami/ctlscript.sh restart apache