How can i solve this “Warning: mysqli_connect(): (HY000/1049): Unknown database” problem?

前端 未结 4 949
余生分开走
余生分开走 2020-12-06 04:02

I downloaded an Event management software and install wamp server. Everything is fine but when I try to sign up into the website, it is showing me this

( ! )          


        
4条回答
  •  有刺的猬
    2020-12-06 04:23

    How can I solve this “Warning: mysqli_connect(): (HY000/1049): Unknown database” problem?

    If you are very sure you have created the database, then go to your connect file and add the port (3308) to your host variable [private $host = "localhost:3308";]. It's worked for me.

提交回复
热议问题