Important: phpMyAdmin-2.6.2 final was released

jodasi said:
Update suceed

Thanks

You can use the 2 options:

1. Auto Update

. cd /usr/local/directadmin/scripts/
. vi phpMyAdmin.sh

*change VER=2.6.1
to VER=2.6.2

*save and exit

run ./phpMyAdmin.sh


2. Manual Update

. wget http://jaist.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-2.6.2.tar.gz
. tar xzf phpMyAdmin-2.6.2.tar.gz -C /var/www/html/
. cp -f /usr/local/directadmin/data/templates/config.inc.php /var/www/html/phpMyAdmin-2.6.2
. rm -f /var/www/html/phpMyAdmin
. ln -s phpMyAdmin-2.6.2 /var/www/html/phpMyAdmin
. chown -f -R root /var/www/html/phpMyAdmin-2.6.2
. chgrp -f -R root /var/www/html/phpMyAdmin-2.6.2
. chmod -f 755 /var/www/html/phpMyAdmin-2.6.2


The manual update is just what the script does, but in my case the auto script wont work, and i solved this way

I have done this on a FC2 machine, wont have tried on other OS's
 
Last edited:
It seems like one (or more) sourceforge mirrors don't have this package yet.
The next version should have mirror cycling.

In the mean time simply changing the wget command to use a mirror that does hae this package will work as well.
 
jodasi said:
2. Manual Update

. wget http://jaist.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-2.6.2.tar.gz
. tar xzf phpMyAdmin-2.6.2.tar.gz -C /var/www/html/
. cp -f /usr/local/directadmin/data/templates/config.inc.php /var/www/html/phpMyAdmin-2.6.2
. rm -f /var/www/html/phpMyAdmin
. ln -s phpMyAdmin-2.6.2 /var/www/html/phpMyAdmin
. chown -f -R root /var/www/html/phpMyAdmin-2.6.2
. chgrp -f -R root /var/www/html/phpMyAdmin-2.6.2
. chmod -f 755 /var/www/html/phpMyAdmin-2.6.2


The manual update is just what the script does, but in my case the auto script wont work, and i solved this way

I have done this on a FC2 machine, wont have tried on other OS's [/B]

Works fine for us. FC2
 
jodasi said:
You can use the 2 options:

1. Auto Update

. cd /usr/local/directadmin/scripts/
. vi phpMyAdmin.sh

*change VER=2.6.1
to VER=2.6.12

*save and exit

run ./phpMyAdmin.sh


2. Manual Update

. wget http://jaist.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-2.6.2.tar.gz
. tar xzf phpMyAdmin-2.6.2.tar.gz -C /var/www/html/
. cp -f /usr/local/directadmin/data/templates/config.inc.php /var/www/html/phpMyAdmin-2.6.2
. rm -f /var/www/html/phpMyAdmin
. ln -s phpMyAdmin-2.6.2 /var/www/html/phpMyAdmin
. chown -f -R root /var/www/html/phpMyAdmin-2.6.2
. chgrp -f -R root /var/www/html/phpMyAdmin-2.6.2
. chmod -f 755 /var/www/html/phpMyAdmin-2.6.2


The manual update is just what the script does, but in my case the auto script wont work, and i solved this way

I have done this on a FC2 machine, wont have tried on other OS's

Are you sure we need to change the VER to 2.6.12? it's not 2.6.2 ???

:p take a look. (and thx for the update my friend) :)
 
jmstacey said:
It seems like one (or more) sourceforge mirrors don't have this package yet.
The next version should have mirror cycling.

In the mean time simply changing the wget command to use a mirror that does hae this package will work as well.

I tried this and that does'nt work at all :
-----
Catastrophe! All Mirrors failed.
Are you sure you entered a valid version number?
And you aren't having any network issues?
-----

I think it's not up to date :p ^^
 
Titam said:
I tried this and that does'nt work at all :
-----
Catastrophe! All Mirrors failed.
Are you sure you entered a valid version number?
And you aren't having any network issues?
-----

I think it's not up to date :p ^^
You betcha its not. Update it via option 1 posted by jodasi above. That scripts directory is da bomb! (Oh yeah.. and the customapache). :)
 
Titam,
It is working fine for me. Could you provide one of the wget's outputs so I can debug.

If you open the script, or look back to first output right before it asks what version you want. What does the date modified read?
It should be "Modified: April 20, 2005 @ 11:00pm MST"
 
Never mind, at the question Upgrade to what version? [2.6.2], I taped "y" for yes ... and not 2.6.2

Sorry, i am an idiot :-x
 
Last edited:
Back
Top