Web Hosting Talk







View Full Version : PhpMyAdmin Won't dump file


dallassmith
08-20-2002, 02:12 PM
Hi, I went into a sql db and tryed to dump the data & structure or w/e and it acts like it is loading and just goes to a blank screen. When I try the same thing on my smaller db it does it fine, but since this one is 120mb is that why it is messing up? If so how do I fix it.

-Aaron-

smidwap
08-20-2002, 03:02 PM
Yikes, 120 MB. It might have gotten hung up, although I can't see this happening; I'm sure phpMyAdmin can handle 120 MB MySQL databases.

fgauthier
08-20-2002, 04:22 PM
I get a mess up with a 10mb database

carolinahosting
08-22-2002, 10:01 PM
phpMyAdmin can not dump large databases. You would need to dump the DB from the command prompt. I have a client with a 35 MB dump and phpMyAdmin did not work with that size of a file. However, if your version supports gzip then you should be able to do that. Importing might be another story.