I am trying to connect a MySQL database to Stardog in order to use it as a data source for a virtual graph I intend to create. I have run the MySQL server that contains the database in localhost with the default port. Then, I tried to create the data source in Stardog filling in the necessary fields, but I get the following error: "000012: Driver SQLServerDriver: 837 returned null for URL: jdbc:mysql://localhost:3306/Chinook".
Is there something I am missing? Am I supposed to install Stardog into my computer instead of trying to do it directly on the cloud version?
The MySQL database is contained in this repository.
Thanks in advance.