After having installed a database server such as MySQL, you'll need to administer your website's various bases. phpMyAdmin is the reference to manage MySQL databases via a web interface.
Launch the following command in SSH
aptitude install phpmyadmin
The installation will begin, packets will be downloaded and installed, following which a window like the one below will ask on what kind of Apache server you wish phpMyAdmin to be installed.
Select the one corresponding to your server and submit.
Warning:
It's important to remember to secure your "root" user for your MySQL server, since it will be possible to connect to phpMyAdmin with this user.To connect to your phpMyAdmin interface, go to the following address:
http://www.example.com/phpmyadmin or http://your_servers_ip/phpmyadmin
No question on this page and its children.
RSS feed for questions matching this filter (Help)Last modified: 05 Mar 2008 at 15:54 by Elliott F. (Gandi)