Domains & Web Hosting

Importing a big database

  #1  
Old 23-02-2010, 08:02 AM
Retardedinternet
dansomers has a spectacular aura aboutdansomers has a spectacular aura about
 
Posts: 1,155
Join Date: Aug 2009
Gender: Male Male
Location: http://retardedinternet.com
iTrader: (8)
Default Importing a big database

Anyone know of a easier way to imported a database using which is about 156mb?

phpmyadmin doesnt like doing big databases at all
__________________
Web Designer Suffolk| Retarded Funny Forum For Fun People
I'm to the point, I don't mess about, I say what I mean

Last edited by dansomers; 23-02-2010 at 08:26 AM.
Reply With Quote
  #2  
Old 23-02-2010, 08:44 AM
steve's Avatar
Senior Member
steve is on a distinguished road
 
Posts: 150
Join Date: Sep 2009
Gender: Male Male
iTrader: (1)
Default

Large Database Backup 1.0

A full backup process can be split in multiple iterations to not exceed PHP default script execution time limit. Each iteration dumps a limited number of table rows. An iteration can be executed by a script that redirects the page request to itself at the end to proceed to the next iteration.

Maybe this will solve your problem?
Reply With Quote
  #3  
Old 23-02-2010, 09:15 AM
G.C. Admin's Avatar
Senior Member
G.C. Admin has a spectacular aura aboutG.C. Admin has a spectacular aura about
 
Posts: 315
Join Date: Sep 2009
Gender: Male Male
Location: Ventura CA
iTrader: (10)
Default

upload it onto your webspace. contact the host and either have them upload via shell or ask if you can have shell access, or use BigDump: The Staggered MySQL Dump Importer

Frank
__________________
Providing Quality Webhosting Since March 2006
Click Here For All the Info You Need To Make A Healthy Consumer Choice
SMF Forum Directory
Click Here To List Your SMF Based Site Its FREE
Reply With Quote
The Following 3 Users Say Thank You to G.C. Admin For This Useful Post:
  #4  
Old 23-02-2010, 12:17 PM
Member
benjaminp is on a distinguished road
 
Posts: 37
Join Date: Jan 2010
Gender: Male Male
iTrader: (0)
Default

As suggested; bigdump is a great sxript to do this. Have used it myself in the past
Reply With Quote
The Following User Says Thank You to benjaminp For This Useful Post:
  #5  
Old 23-02-2010, 03:30 PM
Retardedinternet
dansomers has a spectacular aura aboutdansomers has a spectacular aura about
 
Posts: 1,155
Join Date: Aug 2009
Gender: Male Male
Location: http://retardedinternet.com
iTrader: (8)
Default

Ill use bigdump it seems pretty simple - Pain though as my upload speed at the moment is stupidly slow
__________________
Web Designer Suffolk| Retarded Funny Forum For Fun People
I'm to the point, I don't mess about, I say what I mean
Reply With Quote
  #6  
Old 23-02-2010, 04:02 PM
Senior Member
Fastian is on a distinguished road
 
Posts: 126
Join Date: Jan 2010
Gender: Male Male
iTrader: (0)
Default

Quote:
Originally Posted by dansomers View Post
Anyone know of a easier way to imported a database using which is about 156mb?

phpmyadmin doesnt like doing big databases at all
156MB after GZip or before??
This is not a huge database if its without GZip. (and phpMyadmin shouldn't have a problem with it)

Your host might have some MySQL limits so you can ask your host to provide you a dump file. (If you are getting error in phpmyadmin)

BigDump is a nice tool to have when you are hitting your host limits.
__________________
powerMonster.net - it's different here
Shared, Reseller and Semi-Dedicated Hosting powered by LiteSpeed, DirectAdmin/cPanel
Over 2 years in Business | Powering over 1600 web sites | 99.9% uptime
Reply With Quote
  #7  
Old 23-02-2010, 04:11 PM
Retardedinternet
dansomers has a spectacular aura aboutdansomers has a spectacular aura about
 
Posts: 1,155
Join Date: Aug 2009
Gender: Male Male
Location: http://retardedinternet.com
iTrader: (8)
Default

Lol after unzip the database was 510mb - Taking a while

I have installed on my pc so at least I can play around with it
__________________
Web Designer Suffolk| Retarded Funny Forum For Fun People
I'm to the point, I don't mess about, I say what I mean
Reply With Quote
  #8  
Old 23-02-2010, 06:07 PM
Member
SeoLover is on a distinguished road
 
Posts: 42
Join Date: Feb 2010
Gender: Male Male
iTrader: (0)
Default

Have you got this working though?

I am not the best with databases and all that stuff
Reply With Quote