SOLR DataImport Error “Unable to Execute Query”

后端 未结 3 1407
攒了一身酷
攒了一身酷 2021-01-20 19:28

I have a website running on an Amazon EC2 Instance, and I\'m trying to get Solr to interface and work with the database I\'m using. I\'m able to use the admin interface and

3条回答
  •  醉酒成梦
    2021-01-20 20:02

    I think the problem is with the url parameter. If the MySQL database is on the same machine, then use url="jdbc:mysql://localhost/mydb" If its on www.mysite.com, then use url="jdbc:mysql://www.mysite.com/mydb"

    Also, your log files may have more details regarding the error - please go through the logs and post the appropriate entries here.

提交回复
热议问题