vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Management Articles (https://vborg.vbsupport.ru/forumdisplay.php?f=217)
-   -   Restore any size SQL backup using phpMyAdmin (https://vborg.vbsupport.ru/showthread.php?t=268784)

Zylantex 08-18-2011 10:00 PM

Restore any size SQL backup using phpMyAdmin
 
1 Attachment(s)
The biggest problem with restoring a sql backup is hitting the php timeout wall.

There is a way around this and it's incredibly simple.

You just need a tool to break your backup into intelligent chunks which are small enough not to timeout during the restore process.

This is done using SQLDumpSplitter 2.

The procedure is simple:

1. Create a holding directory called say "Split Files" on your desktop.
2. Unzip and run SqlDumpSplitter.exe
3. Select your backup file
4. Set the maximum file size you want to work with say 10240 KB ( I have used 30000 KB sucessfully)
5. Set the target directory that you created in Step 1
6. Click the word Execute.

The program will create a sub folder in your target directory called SQLDumpSplitterResult.

The split files will be found there one of which will have a filename ending in DataStructure.sql.

The rest will be named the same as your original backup file with a numerical sequence identifier added.

Now you are ready to use phpMyAdmin to import your backup.

I would strongly advise against attempting this process unless you are comfortable with phpMyAdmin.

Import the file ending in DataStructure.sql first as this recreates your file structure, tables etc.

Import the other files in the directory one at a time in numerical order.

Don't be impatient as the process is limited by your upload speed.

If for any reason the process does timeout simply restart the whole process and pick a smaller file size in Step 4.

You the must recommence the phpMyAdmin process completely from scratch including the import of the first file ending in DataStructure.sql

That's about all there is to it.

Regards,

Zylantex


*** Full credit must be given to Philip Lehmann-B?hm http://www.PhilipLB.de who wrote this great tool. ***

pipsteal 12-29-2011 10:08 AM

hi this is bala, when i m try to do this same procedure, it ll send some error as follows.

Error
SQL query:

INSERT INTO `newtbl_action`
VALUES ( 1, 1, 3, 'Content', 'view', 'View' ) , ( 2, 1, 3, 'Content', 'edit', 'EditPage' ) , ( 3, 1, 3, 'Content', 'editcontent', 'EditContent' ) , ( 4, 1, 3, 'Content', 'configcontent', 'ConfigContent' ) , ( 5, 1, 3, 'Content', 'addcontent', 'AddNode' ) , ( 6, 1, 3, 'Content', 'deletecontent', 'DeleteNode' ) , ( 7, 1, 3, 'Content', 'publish', 'PublishNode' ) , ( 8, 1, 3, 'Content', 'options', 'NodeOptions' ) , ( 9, 1, 3, 'Widget', 'viewwidget', 'View' ) , ( 10, 1, 3, 'Widget', 'configwidget', 'Config' ) , ( 11, 1, 3, 'Widget', 'configeditor', 'ConfigEditor' ) , ( 12, 1, 3, 'Widget', 'editwidget', 'Edit' ) , ( 13, 2, 3, 'BaseWidget', 'config', 'Config' ) , ( 14, 2, 3, 'BaseWidget', 'edit', 'Edit' ) , ( 15, 3, 3, 'Editor', 'switch', 'SwitchMode' ) , ( 16, 3, 3, 'Editor', 'tableoverlay', 'TableOverlay' ) , ( 17, 4, 3, 'List', 'list', 'List' ) , ( 18, 1, 3, 'Content', 'rate', 'Rate' ) ;


MySQL said:

#1062 - Duplicate entry '1' for key 'PRIMARY'

please give me some solution for this.. thanks
balahttp://imageshack.us/photo/my-images...baseerror.png/

Zylantex 12-30-2011 09:42 AM

Quote:

Originally Posted by Zylantex (Post 2235458)
If for any reason the process does timeout simply restart the whole process and pick a smaller file size in Step 4.

That should sort it out for you as it drops an re-creates all the tables. Don't forget to make sure the forum is not in use. In particular make sure you are not using the forum yourself in another tab.


All times are GMT. The time now is 07:53 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01080 seconds
  • Memory Usage 1,715KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete