[Phpmyadmin-devel] Installing and Configuring phpMyAdmin

Jürgen Wind jwind at gmx.de
Thu Feb 15 12:44:26 CET 2007




Seraskier wrote:
> 
> My config.inc.php is:
> 
> <?php
> $cfg['PmaAbsoluteUri'] = 'http://74.208.8.137/phpMyAdmin/';
> $cfg['blowfish_secret'] = 'be7f3hk9';
> $cfg['Servers'][$i]['host'] = '74.208.8.137';
> $cfg['Servers'][$i]['port'] = '3306';
> $cfg['Servers'][$i]['extension']     = 'mysql';
> ?>
> 
make it:
<?php
//$cfg['PmaAbsoluteUri'] = 'http://74.208.8.137/phpMyAdmin/'; //really
needed?
$cfg['blowfish_secret'] = 'be7f3hk9';
$i=1;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['extension']     = 'mysqli';// if available
?>

see http://74.208.8.137/phpmyadmin/documentation/#quick_install
or http://www.phpmyadmin.net/documentation/#quick_install
or http://wiki.cihar.com/pma/Quick_Install#Manually
and better use http://sourceforge.net/forum/forum.php?forum_id=72909 for
your questions

btw.
mysql 5.2 isn't fully supported yet

Juergen

-- 
View this message in context: http://www.nabble.com/Installing-and-Configuring-phpMyAdmin-tf3231418.html#a8983945
Sent from the phpmyadmin-devel mailing list archive at Nabble.com.





More information about the Developers mailing list