Page 1 of 1

Bug: 1.6.5. problem with phpMyAdmin

PostPosted: 25. December 2007 07:31
by vidak
I found problem with phpMyAdmin.

with version 1.6.4. everything is OK, but with 1.6.5. there is an error in mysql sintaks. It seems there is no table in phpmyadmin database.

I downgrade my xampp to 1.6.4. and everything is normal.

PostPosted: 25. December 2007 08:29
by skuipers
Sorry to post in English - but this could be an emergency.

I agree with your findings. See also my post in the English section.

As far as I can see it is not necessary to downgrade to XAMPP 1.6.4 again. Replacing the 1.6.5 phpMyAdmin config.inc.php with the "old" 1.6.4 one did the trick for me.

PostPosted: 25. December 2007 11:41
by Oswald
Dear Vidak and Skuipers!

Thanks for pointing at that issue. Please use or upgrade to 1.6.5a to fix this problem.

Thanks again and many greetings
Oswald

PostPosted: 25. December 2007 19:55
by sari42
if only the phpmyadmin/config.inc.php is broken you can use phpmyadmin/scripts/setup.php to create a valid config file
or even use your texteditor and save this
Code: Select all
<?php
$cfg['blowfish_secret'] = 'anything (but less than 47 characters)';
// only needed for obfuscating user-name/pw if auth_type = cookie

$i = 0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
// gives better hints from mysql than http

$cfg['Servers'][$i]['extension'] = 'mysqli';
// for advanced features

// see http://wiki.cihar.com/pma/config.inc.php
// and http://wiki.cihar.com/pma/Quick_Install#Configuration
?>
later you can amend it according your needs, e.g., "controlluser"... (see config.sample.inc.php)
HTH

PostPosted: 26. December 2007 02:16
by vidak
I am new in linux and xampp and my German is very, very bad. My Engish is bad to but that was only way to sad something about the problem.
I agree it wasn`t nessary to downgrade to 1.6.4.

Thank`s for advising me

Vidak