Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Results 1 to 5 of 5

Thread: Backing up database from phpMyAdmin

  1. #1
    SkinnerW's Avatar
    SkinnerW is offline Senior Member
    Join Date
    Jun 2007
    Location
    Moscow - New York
    Posts
    992

    Default Backing up database from phpMyAdmin

    Backing up database or creating a "database dump" is pretty much straight forward process and can be easily done from phpMyAdmin.

    Depending on your host settings you may have separate phpMyAdmin panel for every database or single interface to manage all of them.

    First step - you need to login into phpMyAdmin interface. In the left column you will see list of databases you can manage - click on one you need to back up.

    On the next page you will see list of tables that were created in this database.


    On top of the page click "Export" tab.


    Next page will show options how you can save back up file.

    - In the "Export" section "select" field you want to highlight all options (if they are not highlighted already) and check "SQL" radio.


    - In the "Options" section you can leave default settings. Following boxes should be checked:
    - Structure - checked
    - Add AUTO_INCREMENT value - checked
    - enclose table and field names with backquotes - checked

    - Data - checked
    - Maximal length of created query - leave 50000
    - Use hexadecimal for BLOB - checked
    - Export type - select "INSERT"


    - check "Save as file" box
    - File name template - leave default
    - Compression - check "none" unless your database is huge than you can use "zip" or "gzip" compression


    Click "go"...

    Program will create sql file and you should see pop-up window asking if you want to save or open file - check save and file should be saved to default location on your hard disk.

    That's it. Now you can easy restore your database if there is a problem or you need to move it to different server.
    Advanced CMS software with directory, blog, classifieds and portal features

  2. #2
    gkd_uk is offline Super Moderator
    Join Date
    Mar 2007
    Location
    UK
    Posts
    2,551

  3. #3
    temi's Avatar
    temi is offline Facilitator
    Join Date
    Jun 2003
    Location
    London, England.
    Posts
    10,303

    Default

    Thanks very much for this Skinner, Nick will find it very useful.

    * Comprehensive UK Web Directory List . eCommerce software UK
    * BossCart.com can build you a.
    Register your domain names at Velnet
    ::
    Add Eco sites to The Green Directory free of charge.
    Use LBS Free PHP Directory Script . Web Hosting Blog

  4. #4
    vicdigi's Avatar
    vicdigi is offline Senior Member
    Join Date
    Sep 2007
    Posts
    522

    Default

    Thanks Skinner, I found this very useful too and will refer to it at a later date.

  5. #5
    jackfranklin is offline Junior Member
    Join Date
    Feb 2008
    Posts
    6

    Default

    Nice tutorial, I was just about to google it

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124