Search code examples
xampplocalhost

I try to go to my phpmyadmin localhost but MySQL said: Documentation Cannot connect: invalid settings


enter image description here

MySQL said: Documentation

Cannot connect: invalid settings.


Solution

  • Write instead of localhost 127.0.0.1

    or

    Open config.inc.php and find $cfg['Servers'][$i]['host'] = '127.0.0.1'; and change 127.0.0.1 to localhost. It should work, it worked by me.