Bug #21404 | AUTO_INCREMENT value reset when Adding FKEY (or ALTER?) | ||
---|---|---|---|
Submitted: | 1 Aug 2006 19:34 | Modified: | 10 Jan 2007 13:11 |
Reporter: | Eric Carlstrom | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | MySQL - 5.0.18-standard/5.0/5.1bk | OS: | Linux (Fedora) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | alter, auto_increment |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file