ADMINER APACHE
Adminer is a tool for managing content in databases. In this post, We learn how to install Adminer on ubuntu.
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.
Adminer is a tool for managing content in databases. In this post, We learn how to install Adminer on ubuntu.
Install Adminer
Configuration
Copy the configuration to your config folder and enable it
sudo cp /etc/adminer/apache.conf /etc/apache2/conf-available/adminer.conf
sudo a2enconf adminer
Reload Apache
systemctl reload apache2
Run Adminer
Open your favorite browser and type localhost/adminer/ or localhost/adminer.php/
Comments
Post a Comment