Install PHPMyAdmin in Ubuntu


:~$  sudo apt-get install phpmyadmin
:~$ supply mysql password
supply phpmyadmin user password

For Ubuntu 9.10++ and Apache2, the corresponding setting is located in the file /etc/apache2/conf.d/phpmyadmin.conf which is a link to /etc/phpmyadmin/apache.conf. The file contains
Alias /phpmyadmin /usr/share/phpmyadmin
where the first /phpmyadmin should be changed to something different if one wants to avoid the unnecessary activity, e.g.:
Alias /secret /usr/share/phpmyadmin

Comments