IPB and backup databases

Discussion in 'MySQL' started by MirnesC2, Jul 15, 2009.

  1. #1
    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.
     
    MirnesC2, Jul 15, 2009 IP
  2. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #2
    Use phpmyadmin and then go to import and import the database
     
    Bohra, Jul 15, 2009 IP
  3. HivelocityDD

    HivelocityDD Peon

    Messages:
    179
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Either you can make use of phpmyadmin or you can run the command from command line

    mysql -u username -D databasename -p < yourdump.sql
     
    HivelocityDD, Jul 16, 2009 IP