ringkeron.blogg.se

Config file phpmyadmin ubuntu
Config file phpmyadmin ubuntu







If it is configured with IP base restriction it will not prompt for any username and password. It will prompt you to type user name and password if it is restricted. You can type in you browser to access it.

config file phpmyadmin ubuntu

You can configure it IP base restriction like ‘ Allow from your_ip ‘. I am using Apache 2.2 that’s why I have allowed from all and secure it with user and password. Now you can edit it according to your Apache version. In Apache 2.2 and its lower version Order Deny,Allow work. In Apache 2.4 and its upper version Require ip work. There are two directives are define for Apache version >2.4 AND <2.2.

config file phpmyadmin ubuntu

Open /etc/httpd/conf.d/nf # vim /etc/httpd/conf.d/nf

config file phpmyadmin ubuntu

We will need to modify a bit to get it work. nf file automatically create in /etc/httpd/conf.d location after installation complete.

#CONFIG FILE PHPMYADMIN UBUNTU INSTALL#

Don’t Miss: Adding Multiple MySQL Database Server In Single PhpMyAdmin Installation PhpMyAdmin InstallationĮPEL repository installation:- #yum install epel-releaseĪfter installing epel repo we will install phpMyAdmin package #yum install phpmyadmin







Config file phpmyadmin ubuntu