0
Hello, I went to enter the phpmyadmin and appeared this, where should be the problem ??
Code
$coneccao = mysqli_connect("localhost", "root", "MINHASENHA");
mysqli_select_db($coneccao, "luppbox");
the server is hosted in a VPS, instead of localhost I should put the ip of my server ??
That I choose at the time to get the information
– Lucas Caresia
This is a config error in your phpmyadmin.
– jpklzm
And how do I set it right ??
– Lucas Caresia
You have posted a mysql connection code, if the connection is not working, it may be that the problem is in mysql, so phpmyadmin may be giving error as well.
– dm707
I am riding a step by step here. It is quiet :)
– jpklzm
Blz, vlw for help, I’m waiting
– Lucas Caresia