Как исправить ошибку mysqli_connect(): (HY000/2002): Cannot assign requested address?
Как исправить ошибку mysqli_connect(): (HY000/2002): Cannot assign requested address ?
Не подключается mysqli_connect($dbhost, $dbuser, $dbpass, $dbname);
Через DBeaver если Public Key Retrieval поставить true, то подключается.
Что не так?
Дмитрий, Это Докер, Через DBeaver если Public Key Retrieval поставить true, то подключается
Попробовал просто название контейнера вместо localhost, другие ошибки
Warning: mysqli_connect(): The server requested authentication method unknown to the client [caching_sha2_password] in /var/www/html/core/core.php on line 24
Warning: mysqli_connect(): (HY000/2054): The server requested authentication method unknown to the client in /var/www/html/core/core.php on line 24
string(64) "The server requested authentication method unknown to the client"
Руслан Федосеев, Дмитрий, Вот что помогло sed -i -e 's/# default-authentication-plugin=mysql_native_password/default-authentication-plugin=mysql_native_password/g' /etc/my.cnf