hi there, i have a centos box with phpmyadmin installed, but i don't remember how i installed phpmyadmin 2.7.0-pl2. now i want to upgrade it with yum, but i don't find any phpmyadmin on my centos box. i tried: rpm -qa | grep phpmyadmi, but found nothing. is there an easy way to upgrade phpmyadmin? thanks, T. Hiep
Hiep Nguyen wrote:> > hi there, > > i have a centos box with phpmyadmin installed, but i don't > remember how i > installed phpmyadmin 2.7.0-pl2. now i want to upgrade it > with yum, but i > don't find any phpmyadmin on my centos box. i tried: > > rpm -qa | grep phpmyadmi, but found nothing. > > is there an easy way to upgrade phpmyadmin?try rpm -qa | grep -i myadm I believe it uses mixed case in it's name. -Ross ______________________________________________________________________ This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately notify the sender and permanently delete the original and any copy or printout thereof.
Hiep Nguyen wrote:> hi there, > > i have a centos box with phpmyadmin installed, but i don't remember > how i installed phpmyadmin 2.7.0-pl2. now i want to upgrade it with > yum, but i don't find any phpmyadmin on my centos box. i tried: > > rpm -qa | grep phpmyadmi, but found nothing.find a file from that package, and `rpm -qf /path/filename` ... that will tell you what RPM it came from, if any.
Dear Salam, PhpMyAdmin is basically not an rpm package..... Its is tar.gz or bz2 package.... You just extract it and move the files to Document Root where ur web pages served. There is no option available for compiling because its is already complied. Yum will have no package i suppose, possible its available on extras.... Regards, Umair Shakil ETD On 11/15/07, Hiep Nguyen <hiep at ee.ucr.edu> wrote:> hi there, > > i have a centos box with phpmyadmin installed, but i don't remember how i > installed phpmyadmin 2.7.0-pl2. now i want to upgrade it with yum, but i > don't find any phpmyadmin on my centos box. i tried: > > rpm -qa | grep phpmyadmi, but found nothing. > > is there an easy way to upgrade phpmyadmin? > > thanks, > T. Hiep > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >