There is an item that I did not think about and that is my mistake. Once you download these files, before you import them (applies to both the dumps) open the text file and do a search for
https://dinki.mine.nu/wp
and replace that link with the siteurl for your WP installation (leave the single quotes intact)
e.g. Right now he files have this line:
INSERT INTO wp_options
VALUES (1, 0, ‘siteurl’, ‘Y’, 3, ‘https://dinki.mine.nu/wp’, 30, 8, ‘siteurl is your blog\’s URL: for example, \’https://example.com/wordpress\’ (no trailing slash !)’, 8);
Replace with:
INSERT INTO wp_options
VALUES (1, 0, ‘siteurl’, ‘Y’, 3, ‘https://yourwebsite.com/wpfolder’, 30, 8, ‘siteurl is your blog\’s URL: for example, \’https://example.com/wordpress\’ (no trailing slash !)’, 8);
Again, sorry for that oversight, that should fix your issue (you might have to re-import).