phpMyAdmin

phpMyAdmin from remi

Install it with:

root$

yum --enablerepo=remi install phpmyadmin php curl

root$

systemctl restart httpd

Enable remote access

Open /etc/httpd/conf.d/phpMyAdmin.conf and change the following lines to look like this:

<RequireAny>
  # Require ip 127.0.0.1
  # Require ip ::1
  Require all granted
</RequireAny>

 

Enable the configuration with

root$

systemctl reload httpd

Start phpMyadmin

To enter phpMyadmin go to:

https://server.your-domain.com/phpMyAdmin

Kommentare

Was ist die Summe aus 1 und 3?