0

I have little problem with my DB. I have a problem with index.php.

Error:

Warning: mysqli::set_charset(): Couldn't fetch mysqli in /storage/emulated/legacy/htdocs/index.php on line 11 Database connection could not be established. Error number: 1045

Line 10-15 from index.php:

$mysql=@new mysqli($db['host'],$db['user'],$db['pass'],$db['name']);
$mysql->set_charset('utf8mb4'); 
if($mysql->connect_errno)
{
    die('Database connection could not be established. Error number: '.$mysql->connect_errno);
}

My db: Database: csgoeco |Collation: utf8mb4_general_ci

Img1 Img2 Thx for reply.

VPK
  • 3,010
  • 1
  • 28
  • 35
Nezo
  • 98
  • 9

0 Answers0