Я установил лампу в экземпляре aws. Когда я пытался подключиться к своему phpmyadin, я получаю пустую страницу
phpMyadmin config.Файл inc.php:
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'config'
/*$cfg['Servers'][$i]['host'] = 'xxxxxx;*/
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '3307';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';