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.
On Thu, 15 Nov 2007, Ross S. W. Walker wrote:
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.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
tried that and nothing return.
T. Hiep
Hiep Nguyen wrote:
On Thu, 15 Nov 2007, Ross S. W. Walker wrote:
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
<snip trailers>
tried that and nothing return.
T. Hiep
I am using EPEL on my server and it shows up there:
phpMyAdmin.noarch 2.11.1.2-1.el5 epel
-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.
On Thu, 15 Nov 2007, John R Pierce wrote:
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. _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
how do i find out the 'filename'? i don't know what r u refer to.
it was installed in /var/www/html/phpmyadmin/
when i tried: rpm -qf /var/www/html/phpmyadmin/index.php and i got:
file /var/www/html/phpmyadmin/index.php is not owned by any package.
i'm clueless now. can someone help me to upgrade phpmyadmin to the latest version. right now, i'm using mysql 4.1.12 & phpmyadmin 2.7.0-pl2
thanks, T. Hiep
Hiep Nguyen wrote:
how do i find out the 'filename'? i don't know what r u refer to. it was installed in /var/www/html/phpmyadmin/ when i tried: rpm -qf /var/www/html/phpmyadmin/index.php and i got: file /var/www/html/phpmyadmin/index.php is not owned by any package.
Sounds like a source tarball install... So follow that route in order to update it again!
how do i find out the 'filename'? i don't know what r u refer to.
it was installed in /var/www/html/phpmyadmin/
when i tried: rpm -qf /var/www/html/phpmyadmin/index.php and i got:
file /var/www/html/phpmyadmin/index.php is not owned by any package.
i'm clueless now. can someone help me to upgrade phpmyadmin to the latest version. right now, i'm using mysql 4.1.12 & phpmyadmin 2.7.0-pl2
and it was installed via rpm right ???
rpm -qa | grep php
what you get ??
On Thu, 15 Nov 2007, Tom Brown wrote:
how do i find out the 'filename'? i don't know what r u refer to.
it was installed in /var/www/html/phpmyadmin/
when i tried: rpm -qf /var/www/html/phpmyadmin/index.php and i got:
file /var/www/html/phpmyadmin/index.php is not owned by any package.
i'm clueless now. can someone help me to upgrade phpmyadmin to the latest version. right now, i'm using mysql 4.1.12 & phpmyadmin 2.7.0-pl2
and it was installed via rpm right ???
rpm -qa | grep php
what you get ??
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
i don't remember and that's the problem.
rpm -qa | grep php and i got: php-mbstring-4.3.9-3.9 php-ldap-4.3.9-3.9 php-pear-4.3.9-3.9 php-mysql-4.3.9-3.9 php-4.3.9-3.9
any more pointer??? thanks
T. Hiep
i don't remember and that's the problem.
rpm -qa | grep php and i got: php-mbstring-4.3.9-3.9 php-ldap-4.3.9-3.9 php-pear-4.3.9-3.9 php-mysql-4.3.9-3.9 php-4.3.9-3.9
and there lies the issue - it was not installed as an rpm
remove the 'stuff' that was installed via tar and then install using yum or similar
Hiep Nguyen wrote:
when i tried: rpm -qf /var/www/html/phpmyadmin/index.php and i got:
file /var/www/html/phpmyadmin/index.php is not owned by any package.
i'm clueless now. can someone help me to upgrade phpmyadmin to the latest version. right now, i'm using mysql 4.1.12 & phpmyadmin 2.7.0-pl2
sounds like you installed it from tarball source or something similar rather than via RPM and the package manager.
rm -rf /var/www/html/phpmyadmin check /etc/httpd/conf.d for any phpmyadmin specific apache configuration stuff, remove it if you find any, then install whatever version you want, either via rpm or yum or whateverr
On Thu, 15 Nov 2007, John R Pierce wrote:
Hiep Nguyen wrote:
when i tried: rpm -qf /var/www/html/phpmyadmin/index.php and i got:
file /var/www/html/phpmyadmin/index.php is not owned by any package.
i'm clueless now. can someone help me to upgrade phpmyadmin to the latest version. right now, i'm using mysql 4.1.12 & phpmyadmin 2.7.0-pl2
sounds like you installed it from tarball source or something similar rather than via RPM and the package manager.
rm -rf /var/www/html/phpmyadmin check /etc/httpd/conf.d for any phpmyadmin specific apache configuration stuff, remove it if you find any, then install whatever version you want, either via rpm or yum or whateverr
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
thanks, i'll give it a try later. T. Hiep
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@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@centos.org http://lists.centos.org/mailman/listinfo/centos