No Database selected when retrieving from mysql website

后端 未结 3 2017
半阙折子戏
半阙折子戏 2020-11-28 16:29

I have a mysql database that I am trying to retrieve from our website host (godaddy). I followed a format that seems to be right but it tells me that:

java.         


        
3条回答
  •  庸人自扰
    2020-11-28 16:51

    What is the value of DB_URL? As far as I am aware, the URL needs to be of the form: "WEBURL/DATABASENAME:PORT" Are you just trying to connect to the WEBURL, without specifying a DATABASE?

提交回复
热议问题