473,320 Members | 1,722 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

mysqldump: Maximum size of an insert block

Hi

I know I can mysqldump this:

Expand|Select|Wrap|Line Numbers
  1. INSERT INTO `article` (`id`, `title`, `text`) VALUES
  2. (1, 'test', 'this is a test'),
  3. (2, 'test', 'this is a test'),
  4. (3, 'test', 'this is a test'),
  5. (2, 'test2', 'also a test');
and even this:

Expand|Select|Wrap|Line Numbers
  1. INSERT INTO `article` (`id`, `title`, `text`) VALUES (1, 'test', 'this
  2. is a test');
  3. INSERT INTO `article` (`id`, `title`, `text`) VALUES (2, 'test', 'this
  4. is a test');
  5. INSERT INTO `article` (`id`, `title`, `text`) VALUES (3, 'test', 'this
  6. is a test');
  7. INSERT INTO `article` (`id`, `title`, `text`) VALUES (4, 'test2', 'also
  8. a test');
But can I end up with this result?

Expand|Select|Wrap|Line Numbers
  1. INSERT INTO `article` (`id`, `title`, `text`) VALUES
  2. (1, 'test', 'this is a test'),
  3. (2, 'test', 'this is a test');
  4. INSERT INTO `article` (`id`, `title`, `text`) VALUES
  5. (3, 'test', 'this is a test'),
  6. (2, 'test2', 'also a test');
Jun 17 '11 #1
1 2818
Atli
5,058 Expert 4TB
Hey.

I don't see anything in the mysqldump documentation that would allow that, nor do I get why there would be.

Why do you want them grouped like that?
Jun 17 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: chotiwallah | last post by:
there seems to be a maximum size (in px) for images created with imagecreatetruecolor (somewhere between 4000 px and 4500 px). if the image is bigger than that size, the browser doesn't display it...
11
by: eggie2486 | last post by:
What is the maximum size of an array? I tried to edit an extremely large array for a magic square, for example, array, and when I ran the program, it would not display the array. I changed the...
7
by: Joey C. | last post by:
Hello, I'm designing a small "briefcase" program that will allow me to quickly upload, download, and delete files in a briefcase. The only real things that I have left to do are to design a...
2
by: Kums | last post by:
What is the maximum permissible size of a database? Is there any limitation. What is the maximum # of tablespace's allowed in a database? Thanks for your response.
5
by: VMI | last post by:
How can I increase the maximum size of a Windows form? I'm trying to make a really big Windows form (about 1000x1000) but the designer doesn't allow me to do that. It only goes up to 1000x780....
23
by: Gerrit | last post by:
Hi all, I'm getting an OutOfMemoryException when I initialize a byte array in C# like this: Byte test = new Byte; I'm using ASP.NET 2.0. In ASP.Net 1.1 it works fine. So what am I doing...
7
by: tomlebold | last post by:
The file size of the Access application I'm currently working on is 77,000 MB. What is the maximum size the Access file or MDB can be?
2
by: Woody Ling | last post by:
I am now using db2 v8.2 64bits without DPF. I want to create a very large table which is about 1000G and the record length is suitable for 32K page size. I find in the manual that the maximum size...
3
by: skyy | last post by:
Hi.. what is the maximum size of an array and variable? With the following declaration: my $size; my @rx_array; what is the maximum number that $size can hold? what is the maximum number...
2
by: =?Utf-8?B?R2lkaQ==?= | last post by:
Hi, How can I set my windows form to start in it's maximum size?, meaning, I want to form to start Like the Maximum Button was pressed. Thanks, Gidi.
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.