[Phpmyadmin-devel] Installing and Configuring phpMyAdmin

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




Seraskier wrote:
> 
> I am having problems with the installation and configuration of phpMyAdmin
> 2.9. You can see what it is doing by going to
> http://74.208.8.137/phpMyAdmin/
> 
> **I have just updated to 2.10 and its not working either, I will keep you
> updated of my work on the server**
> 
> I have php5 and mysql 5.2 installed and setup.
> 
> I am getting 2 errors and I dont have a clue how to fix them. I also want
> it so that people will have to login to prevent my database from being
> edited from users.
> 
> 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';
> ?>
> 
> I have uncommented the "extension=php_mbstring.dll" in the php.ini and
> restarted the server but still no luck. Someone please help me.
> 
1st
you forgot $i=1; (before the Server section) 
2nd
check your extension dir (if php_mbstring.dll is missing get it from the
php.net "zip" distribution
-- 
View this message in context: http://www.nabble.com/Installing-and-Configuring-phpMyAdmin-tf3231418.html#a8983754
Sent from the phpmyadmin-devel mailing list archive at Nabble.com.





More information about the Developers mailing list