Recent phpmyadmin exploit

redunix

Verified User
Joined
Nov 21, 2008
Messages
28
Hello,

Recently a phpmyadmin exploit came public. I tryed several ways to update phpmyadmin with custombuild but it will always download a old releae. why is this? i tryed ./build update update_data update_script. All doesnt work and needed to manually update all our servers.
 
What do you mean by old release? It should install the latest, you just need to do:
Code:
./build update
./build phpmyadmin
 
Hello,

Recently a phpmyadmin exploit came public. I tryed several ways to update phpmyadmin with custombuild but it will always download a old releae. why is this? i tryed ./build update update_data update_script. All doesnt work and needed to manually update all our servers.


make sure you have got autover=yes in options.conf also.
 
roly, you don't need autover to be set to "yes" if you run "./build update" before updates.
 
what;s this problem :

Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.1.30. This may cause unpredictable behavior.

[root@host mysql]# rpm -qa |grep MySQL
MySQL-client-5.1.30-0.glibc23
MySQL-devel-5.1.30-0.glibc23
MySQL-server-5.1.30-0.glibc23
perl-DBD-MySQL-3.0007-1.fc6
MySQL-shared-5.1.30-0.glibc23


and after i have done ./build php n but still same !
 
Last edited:
Back
Top