no

How to Fix the Connection Was Reset in Phpmyadmin

Error: The connection was reset The connection to the server was reset while the page was loading. * The site could be temporarily una...

Error:
The connection was reset
The connection to the server was reset while the page was loading.

* The site could be temporarily unavailable or too busy. Try again in a few moments.
* If you are unable to load any pages, check your computer's network connection.
* If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

If you ever encounter this error and you feel you have completely setup everything, just check this one step.

Copy libmysql.dll from your php installation directory into your apache root folder bin.

Note:
As of latest package and installers: Apache2.2, php-5.3.5-Win32, mysql51 this problem should not occur. Tested on windows 7 x32 and x64.

Related

web 2779238469413333405

Post a Comment Default Comments

9 comments

Anonymous said...

thank you very much. you saved me lot of time.

Anonymous said...

Cheers! Thank you so much!

Great help!

Billy said...

Thanks.. It works!

Anonymous said...

Thanks. The last piece of the puzzle is in place and I can finally log in :-)

Kun Lin said...

I actually experiences this in Ubuntu 10.04.3 LTS.
Any idea? Usually happened in Record Edit.
Thanks

Anonymous said...

You saved me, too!
thanks a lot! Lova u~

Amila said...

Thanks , saved a lot of time.

Anonymous said...

If someone is facing an issue yet, kindly do the following :

Locate -
1) \app\code\core\Mage\Core\Controller\Varien\Router\Admin.php
2) \lib\Zend\Form\Decorator\Fieldset.php

Just after <?php (beginning of the document) enter a space.

Hope this helps!!

rulazisc said...

Error "The connection was reset"
File: /usr/share/phpmyadmin/libraries/common.inc.php
search:
$GLOBALS['PMA_Config'] = new PMA_Config(CONFIG_FILE);
replace with:
$GLOBALS['PMA_Config'] = new PMA_Config();

item