Tento logar no phpMyAdmin com o usuário "root" e a senha "" e aparece os seguintes erros:
mysqli_real_connect(): Unexpected server respose while doing caching_sha2 auth: 21
mysqli_real_connect(): MySQL server has gone away
mysqli_real_connect(): (HY000/2006): MySQL server has gone away
Consultei o arquivo config.inc.php
E encontrei este código:
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
Alguém pode me ajudar?