How to Manage or Access Multiple MySQL server using one PhpMyAdmin ?
phpMyAdmin is a free and open source tool written in PHP intended to handle the administration of MySQL with the use of a web browser. It can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing users and permissions. In this tutorial I will show you how to configure PhpMyAdmin to administrate various MySQL database servers. To install and run PhpMyAdmin we need to install LAMP stack or indivudual each component on the server. After complete installation we need to modify the PhpMyAdmin configuration file. 1) If installed LAMP Statck Navigate to below path. Assume you installed LAMP in /opt directory. cd /opt/lampp/phpmyadmin/ 2) In not installed LAMP Stack then Navigate to below path. cd /etc/phpmyadmin/ 3) Open config.inc.php file using below...