about 9 years ago
This blog will help you to understand how to install securely phpMyAdmin to manage your databases on Ubuntu 14.04
How to install phpMyAdmin:
Step 1: First you need to update the package index on your server with this command:
Now write this command to install phpMyAdmin:
Now Press Y to continue installation
dbconfig-common
to set up the database
phpMyAdmin
application itselfAfter installation is complete, now we need to do is explicitly enable the php5-mcrypt
extension by writing this command:
Now please restart Apache for your changes to be recognized:
Now access the web interface by typing localhost/phpmyadmin. You will see error "Page Not Found". This error comes because phpmyadmin is not included in apache2.conf
. Write the following commands:
Now add this line somewhere:
Now restart apache again.
All done! Now access the web interface: localhost/phpmyadmin or server-ip-address/phpmyadmin and you will see the following page:
Thanks for reading the blog
0 Comment(s)