-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Big MYSQLDUMP containing only one table #24
Comments
each row has 1 insert? |
Thank you for reply . No I think each row has multiple inserts. |
if you could -> make the export (will be bigger of course) 1 line = 1 insert |
I have exported as ALTABLES, the biggest gz file is 10GB other are tiny, so are you saying now it has 1 line = 1 insert? And how can I segregate that one? Can you please share? |
Hi @chinmoybasak, Now, if you want to split, you rather can note that there would be multiple INSERT statements. You can confirm this by checking
If you want to split all the INSERTs in the batch of 10 per file you can use
You will have number of files there... Consider tasting before copy-pasting the code ;) Thanks, |
@chinmoybasak, Thanks |
I have a 40GB MYSQLDUMP contain only one table. ALLTABLES does not work. Is there anyway In split the datas?
The text was updated successfully, but these errors were encountered: