Bug #45418 | 'MySQL Server 5.1 Setup Wizard ended prematurely' message during .msi install | ||
---|---|---|---|
Submitted: | 9 Jun 2009 22:52 | Modified: | 17 Aug 2009 16:37 |
Reporter: | Levan Jgharkava | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S1 (Critical) |
Version: | Community 5.1.35+ (also verified on 5.1.36, 5.4.1-beta), Enterprise 5.1.34sp1+ | OS: | Windows (2003 Server 64 bit) |
Assigned to: | Iggy Galarza | CPU Architecture: | Any |
Tags: | 64 bit install error, 64 bit mysql, install error |
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