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...
https://www.czetsuyatech.com/2010/10/web-phpmyadmin-connection-was-reset.html
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.
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.
9 comments
thank you very much. you saved me lot of time.
Cheers! Thank you so much!
Great help!
Thanks.. It works!
Thanks. The last piece of the puzzle is in place and I can finally log in :-)
I actually experiences this in Ubuntu 10.04.3 LTS.
Any idea? Usually happened in Record Edit.
Thanks
You saved me, too!
thanks a lot! Lova u~
Thanks , saved a lot of time.
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!!
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();
Post a Comment