PDA

View Full Version : Important: phpMyAdmin-2.6.2 final was released


interfasys
04-16-2005, 08:17 PM
Now available as a stable release.

http://jaist.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-2.6.2.tar.gz

Chrysalis
04-17-2005, 09:48 AM
thanks for update olivier.

jodasi
04-19-2005, 07:31 AM
Update suceed

Thanks

dannygoh
04-19-2005, 08:11 AM
Originally posted by jodasi
Update suceed

Thanks

How?

jodasi
04-19-2005, 09:46 AM
Originally posted by jodasi
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

jmstacey
04-19-2005, 05:14 PM
And Option #3 (My Favorite :p )

wget http://www.saevian.com/da_tools/upgrade.phpmyadmin.sh
chmod 755 upgrade.phpmyadmin.sh
./upgrade.phpmyadmin.sh

And simply tell it what version you want.

AbsurdDoctor
04-20-2005, 01:47 AM
I had a bit of trouble with the mirror in that script, changing the mirror it looked for worked well enough.

jmstacey
04-20-2005, 02:00 AM
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.

dannygoh
04-20-2005, 08:37 AM
Thanks

spirit
04-20-2005, 03:21 PM
Originally posted by jodasi

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

eConcept-Web
04-22-2005, 10:42 AM
Originally posted by jodasi
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) :)

jodasi
04-26-2005, 04:24 PM
You r right

Type mistake :)

Corrected

Titam
05-10-2005, 07:50 AM
Originally posted by jmstacey
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 ^^

dbeames
05-10-2005, 10:20 AM
Originally posted by Titam
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). :)

jmstacey
05-10-2005, 05:18 PM
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"

Titam
05-11-2005, 12:44 AM
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

jmstacey
05-11-2005, 12:59 AM
Tip: Pressing enter at the prompt will use the version in the brackets [x.x.x]