Home » Categories » Multiple Categories |
How To Install phpMyAdmin on a LEMP server |
Article Number: 184 | Rating: Unrated | Last Updated: Sun, Jan 5, 2014 at 8:43 PM
|
About phpMyAdminphpMyAdmin is a free software to work with MySQL on the web—it provides a convenient visual front end to the capabilities of MySQL.SetupPrior to installing phpMyAdmin, be sure that you have LEMP installed on your server. If you do not, you can see how to do that here.Once you have finished installing LEMP on your virtual private server, you can start on installing phpMyAdmin. Step One—Install phpMyAdminStart off by downloading the program from apt-get.sudo apt-get install phpmyadminDuring the installation, phpmyadmin will ask you if you want to configure the database with dbconfig. Go ahead and choose yes. Input MySQL’s database password when prompted and click ok. When phpmyadmin prompts you to choose a server (either apache or lighttpd) hit tab, and select neither one. Step Two—Configure phpMyAdminYou now have phpMyAdmin installed on your server. In order to access it, you need to take one more step.Create a symbolic link between phpMyAdmin and your site’s directory. If you were using the previous tutorial, it may be still located in the nginx default directory, otherwise link it with the appropriate place: sudo ln -s /usr/share/phpmyadmin/ /usr/share/nginx/wwwRestart nginx: sudo service nginx restartYou should now be able to access phpMyAdmin by going to yourdomain/phpmyadmin. The screen will look like this. Log in with your MySQL username and password. |
Attachments
![]()
There are no attachments for this article.
|
Initial Server Setup with Arch Linux
Viewed 3626 times since Fri, Dec 27, 2013
How to Setup and Configure an OpenVPN Server on Debian 6
Viewed 2561 times since Thu, Dec 26, 2013
What is FTP and How Is It Used?
Viewed 2554 times since Fri, Dec 27, 2013
How To Write a Linux Daemon with Node.js
Viewed 10330 times since Sun, Dec 29, 2013
How To Install Linux, Nginx, MySQL, PHP (LEMP) Stack on Debian 7
Viewed 3996 times since Fri, Dec 27, 2013
Geddy.JS: A No-Brainer MVC Node.js Framework
Viewed 3428 times since Sun, Dec 29, 2013
How To Use Dokku Plugins to Access Additional Functionality
Viewed 4797 times since Sun, Dec 29, 2013
How To Configure Varnish for Drupal with Apache on Debian and Ubuntu
Viewed 7405 times since Thu, Jan 2, 2014
How To Install Node.js with NVM (Node Version Manager) on Server
Viewed 4007 times since Sun, Dec 29, 2013
How To Set Up Apache Virtual Hosts on Debian 7
Viewed 3395 times since Fri, Dec 27, 2013
|