How to find DB Host?

Hello everyone
I’m looking for the DB Host
I found the DB Name and DB User but not BD Host

"localhost " put value As db host name not working as db host name my page no not connected with db

Did you try to follow this tutorial

Yes sir I already saw this tutorial
So my MyhSQL Host is localhost?

Yes mysql hostname is localhost

But why I have nothing displayed

@themobilizer you should use “mysqli_connect” and “mysqli_select_db” in the last 2 lines…because mysql_connect is deprecated function!!!

1 Like