Unknown MySQL server host

前端 未结 5 1068
Happy的楠姐
Happy的楠姐 2021-02-04 04:08

When trying to connect to my database server, i encounter the problem of unknown host:

Warning: mysqli::mysqli() [mysqli.mysqli]: (HY000/2005):          


        
5条回答
  •  旧巷少年郎
    2021-02-04 04:40

    Make sure you're not including the "http://" part. I was using http://example.com in my .env file. When I left it as example.com it worked.

提交回复
热议问题