Bompa, what os is your lamp running on? If its debian you can
just do an apt-get install phpmyadmin from the command line.
sudo su (to enter super user mode sorta..)
apt-get install phpmyadmin (follow the prompts)
if you did everything right you should be able to get in there and
do whatever you need by going to
http://yourip/phpmyadmin.
I also recommend installing webmin, a really useful tool that will
help you to edit all those files that you may not know how to even
find on a *nix based system.
on debian it would be:
sudo su (to get into the prompt that ends with #)
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
download webmin by entering this command:
wget
http://prdownloads.sourceforge.net/webadmin/webmin_1.370_all.deband finally install with:
sudo dpkg -i webmin_1.370_all.deb
once installed, you can then go to
http://yourip:10000/webmin is a wonderful admin web app that can point you to all your php inis
adding modifying user info and anything really you want to do
on your lamp setup from a pseudo gui.. works really well.
Once your in webmin, install usermin from the wizard and then
you can easily deal with users .. is a life saver for me ...
hope this helps it really helped me to get to the good stuff before
i understood more about it.