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:
藏色散人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