I'd personally recommend you use SQLmap to inject a database, as it is easy and 10 times faster than SQLi Dumper when dumping. Just install python (or preferably, kali linux) and install SQLmap, and use the command:
sqlmap -u "[insert url here]"
to check for vulnerabilities. If you need any help for the process, shoot me a DM and I'll help you personally.