Hello. I`ve created a database and I tried to register an user in it and I have this error:
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: No such host is known.
Also it told me to check out this lines of code:
public function query($sql){
$this->stmt = $this->handler->prepare($sql);
}