
Step 4: Change Authentication Plugin for MySQL 8.0 Login with your Database user to start administering database operations from phpMyAdmin web interface. Sudo systemctl restart httpd Step 3: Access phpMyAdmin interface on FedoraĪccess from your favorite web browser and network whitelisted. Save the changes and restart httpd service Limit access to phpMyAdmin to your only trusted networks sudo vi /etc/httpd/conf.d/nfĮdit the Require ip lines – both on Line 17 and 34 of the file. Limiting access to phpMyAdmin from known networks Summary : A web interface for MySQL and MariaDB Source RPM : phpMyAdmin-5.1.īuild Host : License : GPLv2+ and MIT and BSD and LGPLv3 and MPLv2.0
Phpmyadmin ubuntu 16.04 not found the requested url install#
sudo dnf -y install phpMyAdminĬheck the version of phpMyAdmin installed on your Fedora. Step 2: Install phpMyAdmin on Fedora 36/35/34/33/32Īfter PHP and Apache have been installed, you can install phpMyAdmin on Fedora. See a complete List of Supported Timezones. Set PHP timezone on the file /etc/php.ini date.timezone = Africa/Nairobi Loaded extensions can be viewed by passing -m option to the phpcommand With Zend OPcache v8.1.5, Copyright (c), by Zend Technologies Zend Engine v4.1.5, Copyright (c) Zend Technologies If you have firewalld running, allow both http and https services: sudo firewall-cmd -add-service= -permanentĬonfirm your installed PHP version: $ php -v You can optionally set Keepalive: KeepAlive OnĮnable and start httpd service: sudo systemctl start httpd

Install them first : sudo dnf -y install httpd php php-cli php-php-gettext php-mbstring php-mcrypt php-mysqlnd php-pear php-curl php-gd php-xml php-bcmath php-zip Configure httpd basic settings:Įdit the configuration file /etc/httpd/conf/nf and set: ServerAdmin Step 1: Install Apache HTTP Server and PHPĪpache HTTP server and PHP are required dependencies for phpMyAdmin.
