Hi all, thanks for all your work !!!! Only one quest the phpMyAdmin version installed with ISPConfig 3 are 2.11.11.01. The Latest phpMyAdmin Version are 3.3.9. How can i update to the latest version? Thanks In Advance SorentoUltimate
How did you install phpMyAdmin? Did it come with your distribution's package manager, or did you install it manually?
To see if there is an update and to install it, just run Code: yum install phpmyadmin If there's no update, you can still install the latest phpMyAdmin in a web site of your choice manually.
Thanks falko, i install phpMyAdmin-3.3.9-english but after installation when i try to use phpMyAdmin i take the message PHP 5.2+ is required Now the question are how i can update to PHP 5.2+ EDIT ----- I found and download php-5.2.17-1.x86_64.rpm php-bcmath-5.2.17-1.x86_64.rpm php-cli-5.2.17-1.x86_64.rpm php-common-5.2.17-1.x86_64.rpm php-dba-5.2.17-1.x86_64.rpm php-devel-5.2.17-1.x86_64.rpm php-eaccelerator-5.2.17_0.9.6.1-1.x86_64.rpm php-gd-5.2.17-1.x86_64.rpm php-imap-5.2.17-1.x86_64.rpm php-ldap-5.2.17-1.x86_64.rpm php-mbstring-5.2.17-1.x86_64.rpm php-mcrypt-5.2.17-1.x86_64.rpm php-mhash-5.2.17-1.x86_64.rpm php-mssql-5.2.17-1.x86_64.rpm php-mysql-5.2.17-1.x86_64.rpm php-ncurses-5.2.17-1.x86_64.rpm php-odbc-5.2.17-1.x86_64.rpm php-pdo-5.2.17-1.x86_64.rpm php-pgsql-5.2.17-1.x86_64.rpm php-readline-5.2.17-1.x86_64.rpm php-snmp-5.2.17-1.x86_64.rpm php-soap-5.2.17-1.x86_64.rpm php-tidy-5.2.17-1.x86_64.rpm php-xml-5.2.17-1.x86_64.rpm php-xmlrpc-5.2.17-1.x86_64.rpm but i don't know how to install
Honestly, if this is a production system, I'd leave it at PHP 5.1.6 and test the upgrade to 5.2 on a test system. If you have the rpm files in one directory, you can go to that directory and run Code: yum install php-*.rpm