The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to import big SQL?
I'm changing my vbulletin3.07 to a new sharing hosting plan. So I backed up my database in using CPANEL of the old sever. Now je just don't know how to import this 300M sql file to my new sharing sever? I've tried some importing tool but always failed. Any successful experiences? :disappointed:
|
#2
|
|||
|
|||
Split it up.
after each statement is a semicolon eg. [sql]CREATE TABLE `faq` ( `faqname` varchar(250) binary NOT NULL default '', `faqparent` varchar(50) NOT NULL default '', `displayorder` smallint(5) unsigned NOT NULL default '0', `volatile` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`faqname`), KEY `faqparent` (`faqparent`) ) TYPE=MyISAM;[/sql] [sql]INSERT INTO `faq` VALUES (0x76625f666171, 'faqroot', 100, 1);[/sql] Open your sql file in an edior (use wordpard instead of notepad because wordpad seperates the lines better or use an editor your like.) cut about 600 lines and place it into another file named vb_1.sql then go cut another 600 lines and paste it into a file named vb_2.sql and so on... (make sure you end on a semiolon.) Now upload the sql files in order. I hope that helps. |
#3
|
||||
|
||||
OR you can just use SSH and do it in about 30 seconds.
|
#4
|
|||
|
|||
what command line to use in SSH. I have tried SSH before but the character not correct. For example, the forum is utf-8 unicode but after the restore the character wasn't utf8. How to fix that?
|
#5
|
||||
|
||||
I always use this nice little tool to upload a big database.
Takes you 1 minute to config and off you go! http://www.ozerov.de/bigdump.php |
#6
|
||||
|
||||
Quote:
Any special recommendations for the settings? |
#7
|
||||
|
||||
Quote:
I uploaded my database as gz file which was only 26mb or so. Only recomendation: * make sure you import in the correct database. * delete de dumbdir after the succesfull import or protect that directory using htaccess Good luck. Bellinis |
#8
|
|||
|
|||
<a href="http://www.vbwebmaster.com/forums/showthread.php?t=1183&highlight=backup" target="_blank">How to backup your forum with SSH and Cron</a>
|
#9
|
|||
|
|||
Wow... I'm surprised no one has mentioned MySql Administrator. I have the same issues with my remotely hosted system, but there seems to be no limit to what you can do with this tool. It is free and from the MySql group:
http://www.mysql.com/products/tools/administrator/ |
#10
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|