PDA

View Full Version : [ubuntu] PHP myadmin?


askyourpc.com
October 3rd, 2008, 10:26 PM
Can PHP Myadmin be setup on linux? Is there a version for linux? Thanks

condonm
October 3rd, 2008, 11:23 PM
It most certainly can be installed on Linux, by far the best and easiest way to go about so is to install LAMP (linux, apache, mysql and php) onto your local computer and your server: http://wiki.vpslink.com/HOWTO:_Install_LAMP_on_Ubuntu_6.06#LAMP_Installati on

If you already have everything you need but phpmyadmin running, this site is comprehensive on how to get it running on linux: http://hostlibrary.com/installing_phpMyAdmin_on_Linux.html

windependence
October 4th, 2008, 10:22 AM
sudo apt-get install phpmyadmin

Would be much easier. I would try not to compile from source on Ubuntu if you can avoid it because package management will get all screwed up.

-Tim