scrollmapper / bible_databases

Bible versions and cross-reference databases.
MIT License
1.05k stars 358 forks source link

unable to import cross reference database #74

Closed alaksandarjesus closed 3 weeks ago

alaksandarjesus commented 1 year ago

When i try to import cross references sql, I get below error.

image

I tried to create chunk of the sql and was successful to upload the data as batch of 10000.

I tried to make a pull request for the cross references folder, but i was getting permission denied.

image

LeoBlanchette commented 3 weeks ago

Scrollmapper has been overhauled. Now the database version of the cross reference table can be found here: https://github.com/scrollmapper/bible_databases/tree/master/formats/sql/extras

The cross references seem to have grown over the years, so it might still be beyond your import limit, even though these are now broken into chunks.

This can however be changed, if I remember right, by tweaking mysql settings.

The old version of this repo can be found here: https://github.com/scrollmapper/bible_databases/tree/2024

Feel free to open a new issue if the problem continues.