DISQUS

DISQUS Hello! ProDevTips is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

ProDevTips

Mainly tutorials and tips relating to web development with PHP, Javascript, jQuery and Ruby
Jump to original thread »
Author

Making BigDump like mysqldump

Started by Henrik · 10 months ago

Update: See Alexey’s comment at the bottom, it seems like I missed reading some important info at the top of the bigdump file.
I just had to import a dump made with mysqldump using BigDump. The reason being that the dump file in question was over 1GB in size. For files this big Big ... Continue reading »

2 comments

  • Is it not enought to enable this config line in bigdump.php in order to skip such comment lines?

    // $comment[]='/*!'; // Or add your own string to leave out other proprietary things
  • Thanks Alexey, seems like I was too quick with messing with the actual code. I appreciate that you took your time to straighten things out!

Add New Comment

Returning? Login