Bug #25162 | Backing up DB from 5.1 adds 'USING BTREE' to KEYs on table creates | ||
---|---|---|---|
Submitted: | 18 Dec 2006 23:12 | Modified: | 6 Aug 2009 22:58 |
Reporter: | Jared S (Silver Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Parser | Severity: | S2 (Serious) |
Version: | 5.1.14 | OS: | Windows (WinXP) |
Assigned to: | Alexey Kopytov | CPU Architecture: | Any |
Tags: | 5.1, administrator, Backup, databse, mysql administrator, server |
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
[26 Dec 2006 23:30]
Jared S
[26 Dec 2006 23:30]
Jared S
standard boring 5.1 my.ini file
Attachment: my.ini (application/octet-stream, text), 9.03 KiB.
[26 Dec 2006 23:47]
Jared S
Pic of bad script
Attachment: 5.1 script error.PNG (image/x-png, text), 77.55 KiB.
[26 Dec 2006 23:47]
Jared S
Pic of bad restore on 5.0 server using 5.1 backup
Attachment: 5.1 restore to 5.0 server using admin.PNG (image/x-png, text), 24.07 KiB.