phpMyAdmin
phpMyAdmin from remi
Install it with:
root$ |
|
root$ |
|
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$ |
|
Start phpMyadmin
To enter phpMyadmin go to:
https://server.your-domain.com/phpMyAdmin
Kommentare