Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2012
    Location
    Cleveland, Ohio
    Posts
    13

    PHPMyAdmin Error

    I am constantly receiving "#2013 - Lost connection to MySQL server at 'reading initial communication packet', system error: 111" after installing PHPMyAdmin. I am running CentOS 6 with LAMP. I have tried binding the IP address, and nothing. Could someone help please?

  2. #2
    Join Date
    Feb 2012
    Location
    Kochi, Kerala, India
    Posts
    7
    edit '/etc/mysql/my.conf'
    comment the line corresponding to ‘bind-address’ (that is, hash it)
    edit ‘config.inc.php’ in phpmyadmin folder
    add/edit a line $cfg['Servers'][$i]['host'] = ‘localhost’;
    restart mysql – ‘sudo /etc/init.d/mysql restart’

  3. #3
    Join Date
    Mar 2003
    Location
    Jaipur, India
    Posts
    643
    t probably means that your MySQL server is only listening the localhost interface.

    If you have lines like this :

    skip-networking
    bind-address = 127.0.0.1

    In your my.cnf configuration file, you should comment them (add a # at the beginning of the lines), and restart MySQL.

    Of course, to do this, you must be the administrator of the server.
    RackNap
    Business Automation Platform for Web Hosting and Cloud Solution Providers

Similar Threads

  1. PHPMyAdmin Error
    By Shib in forum VPS Hosting
    Replies: 7
    Last Post: 07-26-2009, 10:22 AM
  2. phpmyadmin error
    By Virtuoso Host in forum Hosting Security and Technology
    Replies: 9
    Last Post: 07-02-2008, 10:57 AM
  3. phpMyAdmin - Error
    By koky_cola in forum Hosting Security and Technology
    Replies: 2
    Last Post: 06-10-2008, 07:26 AM
  4. phpMyAdmin ErRor !!!!
    By oc3 in forum Hosting Security and Technology
    Replies: 0
    Last Post: 11-11-2002, 06:01 AM
  5. phpMyAdmin Error
    By qhasxeem in forum Dedicated Server
    Replies: 2
    Last Post: 11-15-2001, 10:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •