PDA

View Full Version : phpMyAdmin 2.6.3 is released!


interfasys
07-03-2005, 03:07 PM
Download page:
http://www.phpmyadmin.net/home_page/downloads.php

Changelog:
http://www.phpmyadmin.net/ChangeLog.txt

They are looking for translators:
http://www.cihar.com/phpMyAdmin/stats/translations.php

interfasys
07-04-2005, 04:21 PM
2.6.3-pl1 was released to fix a mysqli bug.

Mikhey
07-25-2005, 10:02 AM
How install this ???

micro
08-20-2005, 06:34 PM
as far as i see now, the last version availeble on DA is: 2.6.2-pl1.

l0rdphi1
08-21-2005, 02:28 AM
#!/bin/bash

cd /var/www/html

VERSION=2.6.3-pl1

wget aleron.dl.sf.net/sourceforge/phpmyadmin/phpMyAdmin-$VERSION.tar.gz
tar xzf phpMyAdmin-$VERSION.tar.gz
rm -f phpMyAdmin phpMyAdmin-$VERSION.tar.gz

chown -R admin:admin phpMyAdmin-$VERSION
ln -s phpMyAdmin-$VERSION phpMyAdmin

perl -pi -e 's/(..auth_type..\s*=\s*.)config/${1}http/' phpMyAdmin/config.inc.php
perl -pi -e 's/(PmaAbsoluteUri_DisableWarning..\s*=\s*)FALSE/${1}TRUE/' phpMyAdmin/config.inc.php
perl -pi -e 's/(PmaNoRelation_DisableWarning..\s*=\s*)FALSE/${1}TRUE/' phpMyAdmin/config.inc.php

exit 0

micro
08-23-2005, 05:46 PM
works fantastic, thanks alot.