Oct
          12
          2015
        
          By abernal          
              
       
    In order to install phpymyadmin in fedora 22, we must follow these steps:
Required data
- host ip address = IP Address from the host that request access to phpmyadmin
 
Sample data
- host ip address = 209.13.155.54
 
Process
1. Install phpmyadmin
[root@sandbox html]# dnf install phpmyadmin
2. Edit the created apache configuration for phpmyadmin
[root@sandbox html]# vim /etc/httpd/conf.d/phpMyAdmin.conf
3. Change these lines using the host ip address
. . . Require ip 209.13.155.54 . . . Allow from 209.13.155.54 . . . Require ip 209.13.155.54 . . . Allow from 209.13.155.54 . . .