Bug #42624 | corrupt view when connecting while --skip-grant-tables is active | ||
---|---|---|---|
Submitted: | 5 Feb 2009 15:53 | Modified: | 16 Feb 2009 15:17 |
Reporter: | S Kim | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Views | Severity: | S3 (Non-critical) |
Version: | 5.1.30, 5.0, 5.1, 6.0 bzr | OS: | Any (MS Windows, Linux) |
Assigned to: | CPU Architecture: | Any | |
Tags: | --skip-grant-tables, 1141, 42000 |
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