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 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

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

    ReplyDelete
  2. Cheers! Thank you so much!

    Great help!

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

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

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

    ReplyDelete
  6. 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!!

    ReplyDelete
  7. 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();

    ReplyDelete

Post a Comment

Post a Comment

Previous Post Next Post
NERV Open Source

Building production Spring Boot systems?

Explore NERV — open-source Java libraries for audit trails, persistence, exception handling, and reliable event-driven architecture.

Explore NERV on GitHub →