Need Help Importing Database :(

Discussion in 'MySQL' started by Coincidence, Sep 19, 2008.

Thread Status:
Not open for further replies.
  1. #1
    Hey guys,

    I have a db for vBulletin 3.7.3 and I am stumped on how-to import.

    Could someone please explain to me how to get this done? :)

    The db is from here on DP. [click here to see thread].

    Thanks!!
     
    Coincidence, Sep 19, 2008 IP
  2. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #2
    Hi,

    You can restore the database from PHPMyAdmin or other tool which you are using to manage MySQL database. If the size of the database is larger then you will need to restore it from SSH. You can use the below command to restore it:

    mysql -udbusername -pdbpassword databasename < path to backup file

    Kailash
     
    kailash, Sep 19, 2008 IP
  3. Coincidence

    Coincidence Banned

    Messages:
    147
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Kailash;

    The file is 55mb, and what happens if you dont have SSH access?
     
    Coincidence, Sep 19, 2008 IP
  4. Jezz

    Jezz Active Member

    Messages:
    208
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    60
  5. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #5
    You can provide the backup of your database to your hosting provider. They should restore it on your behalf.

    Kailash
     
    kailash, Sep 20, 2008 IP
Thread Status:
Not open for further replies.