Possible to Run Full website backup on my computer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wtrk68
    Member
    • Apr 2015
    • 75
    • 4.2.x

    [Forum] Possible to Run Full website backup on my computer

    Hi.

    I have Vb4.2.3 PL2 and yesterday I took Full web site back up.

    Now I want to run all my website on my local computer over backup. It has 650mb database and I dont know how it works.
    Is it possible , can someone define it me ?

    Which software I should to use ( xampp , etc ) and how to configure it.

    Thanks for your answers now.
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24349
    • 5.7.X

    #2
    Is this for you to test things locally or to actually run your website from home?
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • wtrk68
      Member
      • Apr 2015
      • 75
      • 4.2.x

      #3
      Originally posted by Trevor Hannant
      Is this for you to test things locally or to actually run your website from home?
      I done backup 2 days ago. After that one of admins deleted some post.
      Just I want to see it localy.
      So I want to setup my backup forum in to my local computer

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 74078

        #4
        It is possible, you would need to run a webserver, PHP and MySQL/MariaDB on your local machine. Depending on your OS you may be able to use a package like XAMPP or WAMPServer to do this.

        Please note, we cannot provide support for configuring your local machine to run like a webserver.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • wtrk68
          Member
          • Apr 2015
          • 75
          • 4.2.x

          #5
          Dear Wayne Luke thanks for your reply. I tried a few times set it up with Xampp but didnt succeed it because I dont know how to import 650 mb sql.
          Thats the point of my problem.

          Comment

          • Lynne
            Former vBulletin Support
            • Oct 2004
            • 26255

            #6
            You most likely would need to import your database via command line. So, you would need to open a Terminal on your computer to do this.

            Please don't PM or VM me for support - I only help out in the threads.
            vBulletin Manual & vBulletin 4.0 Code Documentation (API)
            Want help modifying your vbulletin forum? Head on over to vbulletin.org
            If I post CSS and you don't know where it goes, throw it into the additional.css template.

            W3Schools <- awesome site for html/css help

            Comment

            • Wayne Luke
              vBulletin Technical Support Lead
              • Aug 2000
              • 74078

              #7
              You can use this command to import a database:

              mysql -u username -p -h localhost databasename < backup.mysql

              If that fails then use this command to access MySQL:
              mysql -u username -p -h localhost

              Once logged into MySQL then use these commands:

              create database databasename;
              use databasename;
              source /path/to/backup.sql

              Of course you have to replace things like databasename and username with your own information.

              You can also use MySQL Workbench to import a database backup:
              https://dev.mysql.com/doc/workbench/...rt-import.html

              Translations provided by Google.

              Wayne Luke
              The Rabid Badger - a vBulletin Cloud demonstration site.
              vBulletin 5 API

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...