
Installation Debian 6 (Squeeze) provides a very straight-forward way of installing phpMyAdmin. As usual, apt gets the job done. Use the following: # apt-get install phpmyadmin This will fetch the phpMyadmin package and any dependency if needed. Configuration There is minimal configuration needed. Just edit the following configuration files: The main configuration file:# nano /etc/phpmyadmin/config.inc.phpuncomment [...]


