Bug #29172 | mysqld dumps at restore after Ubuntu upgrade | ||
---|---|---|---|
Submitted: | 18 Jun 2007 10:01 | Modified: | 19 Jun 2007 11:43 |
Reporter: | Fredrik Agert | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.0.38 | OS: | Linux (2.6.17-10-generic #2 SMP Tue Dec 5 22:28:26 UTC 2006 i686 GNU/Linux) |
Assigned to: | Heikki Tuuri | CPU Architecture: | Any |
Tags: | Assertion failed in fil0fil.c line 3959, At CREATE TABLE |
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
[18 Jun 2007 10:34]
Fredrik Agert
[18 Jun 2007 10:35]
Fredrik Agert
ls -l /usr/local/var
Attachment: ls.txt (text/plain), 575 bytes.