About the phpmyadmin


when im open my database this show up, anyone can help me fix this

Issue fixed, try again :slight_smile:

thanks, now im can go into the mysql, but i cant connect to the mysql, because everytime im go into my website, the website showing the exception handling which state the db connect failed.

The username and password im pretty sure is correct one
code:
if($link=mysqli_connect(“localhost”,“id2135226_xxxxxxxxx”,“xxxxxxxxx”))
{
echo “1”;
}
else
{
echo “0”;
}