Can not connect to my site database with unknown error

The Error is :
Warning: mysqli::__construct(): (HY000/1045): ProxySQL Error: Access denied for user ‘id2491210_easly’@‘2a02:4780:bad:f00d::a’ (using password: YES) in /storage/ssd4/210/2491210/public_html/function_connection.php on line 7
Connection failed: ProxySQL Error: Access denied for user ‘id2491210_easly’@‘2a02:4780:bad:f00d::a’ (using password: YES)

I’ve seen all the other forum with similiar issues like me, but i still cant resolve my problem. sorry for the bad English

Try replacing servername like following

$servername = “localhost”;

1 Like