Hello, my site was recently attacked and I had to wipe everything. In the IPB ACP there was an option for SQL backup, I did this 2 days before the attack and I am wondering how I can use this to restore my database? I have never done something like this nor have I expected an outcome like this. Any help would be greatly appreciated I put a lot of time and effort into this forum and I hope it wasn't just wasted.
Either you can make use of phpmyadmin or you can run the command from command line mysql -u username -D databasename -p < yourdump.sql