phpmyadmin

Quick Links: Installing phpMyAdmin in ubuntu (apache) Installing phpMyAdmin in Centos (apache)     Installing phpmyadmin with apache: Ubuntu: apt-get install -y phpmyadmin && echo Include /etc/phpmyadmin/apache.conf >> /etc/apache2/apache2.conf && service apache2 restart   CentOS:  yum install phpmyadmin Then edit: /etc/httpd/conf/httpd.conf Example: vim /etc/httpd/conf/httpd.conf Add the following to the bottom of the file: <Directory “/usr/share/phpMyAdmin”> […]