search

Home  >  Q&A  >  body text

The mysql database has been unable to start. It was installed using the appser integrated environment.

When logging in to PHPmyadmin, this #2002 is displayed above the input box - — The server does not respond (or this mysqli_real_connect(): (HY000/2002): ����Ŀ���������� The local server's socket is not set up correctly). Display this below the input box:

MerovingianMerovingian2264 days ago2040

reply all(2)I'll reply

  • 藏色散人

    藏色散人2018-09-03 09:57:03

    Find the config.default.php file in the "phpMyAdmin/libraries" folder

    Set $cfg['Servers'][$i]['host'] = 'localhost';

    Change to $cfg['Servers'][$i]['host'] = '127.0.0.1';

    Try logging in again


    reply
    0
  • Merovingian

    Thank you, that's ok

    Merovingian · 2018-09-06 18:00:49
  • Cancelreply