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