The mysql database has been unable to start. It was installed using the appser integrated environment.
Merovingian
Merovingian 2018-09-02 21:28:13
0
2
2038

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:

Merovingian
Merovingian

reply all(1)
MO_ON

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 Thank you, that's ok
    Merovingian author 2018-09-06 18:00:49
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template