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