PDA

View Full Version : champagne! phpMyAdmin 2.6.1 is here!


interfasys
01-24-2005, 07:30 AM
The phpMyAdmin Project is proud to announce the immediate availability of phpMyAdmin 2.6.1.

# wget http://internap.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-2.6.1.tar.bz2

Dennis
01-24-2005, 09:41 AM
Hi!

Tnx for the post......but how to update??

Is it the same as in this post:

http://www.directadmin.com/forum/showthread.php?s=&threadid=5783

Or do you need to modify more??

tnx in advance!

Dennis

interfasys
01-24-2005, 09:46 AM
If you did it like this before, it'll probably work for you.

Dennis
01-24-2005, 10:05 AM
Euhh Sorry,

I did not upgrade before.....I still work with 2.6.0.Pl1.....

But it is not all the same? It is not OS related right?

Dennis

vandal
01-24-2005, 10:39 AM
you can just use that tool dennis it will upgrade you to any version of phpMyAdmin.

you should all update it fixes a security vuln.

RayManZ
01-24-2005, 01:07 PM
i Get This error on phpmyadmin when i login...

The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.

UltimeWWW
01-24-2005, 05:55 PM
Works great.

Thank you!

MagnuM
01-25-2005, 06:05 AM
Don't know what is happening but I have made the upgrade with the known instructions from here, and it seems that I have a problem: http://72.9.228.185/phpMyAdmin-2.6.1/

So I put back the simlink to an older version :)

There is nothing displayed to me in that link, and it's a strange thing I might say!

robin
01-25-2005, 06:22 AM
Originally posted by RayManZ
i Get This error on phpmyadmin when i login...

The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.

To solve this problem you have to compile PHP with --mbstring, you can edit configure.php in the DA customapache dir and add the '--mbstring' option, the file looks like this:

#!/bin/sh
./configure \
--with-apxs \
--with-curl \
--with-curl-dir=/usr/local/lib \
--with-gd \
--with-gd-dir=/usr/local/lib \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-kerberos \
--with-mcrypt \
--with-mhash \
--with-mysql \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-xml \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--with-zip \
--with-openssl \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-track-vars \
--enable-mbstring

Then run ./build php.

RayManZ
01-25-2005, 09:28 AM
Tnx :) Works like a charm :) (do i say that right?)

sander815
01-25-2005, 12:01 PM
i am upgrading from 2.5.4, can i use the method described in that other topic mentioned above?

Chrysalis
01-25-2005, 06:35 PM
strange I never had that issue, works fine here.

interfasys
01-25-2005, 06:40 PM
If you're talking about mbstring, it's probably because of the MySQL 4.1 support.

vandal
01-25-2005, 06:56 PM
mysql 4.1.x breaks many php scripts.

interfasys
01-25-2005, 07:08 PM
(There is a MySQL forum http://www.directadmin.com/forum/forumdisplay.php?s=&forumid=38)

RayManZ
01-26-2005, 02:22 AM
Originally posted by interfasys
If you're talking about mbstring, it's probably because of the MySQL 4.1 support.

I Run MySQL 4.0.23. :s

interfasys
01-26-2005, 02:28 AM
Yes, but there is only one phpMyAdmin for all MySQL versions. Maybe it can work without mbstring if you disable all the utf-8 encoding configuration switches..?

RayManZ
01-26-2005, 02:31 AM
ah ok :)

But it doesn't matter anymore cause the solution above worked fine and i didn't have any further problems with me scripts. :)