| Bug #47961 | metadata leak from information_schema.routines via privs on mysql.proc table | ||
|---|---|---|---|
| Submitted: | 9 Oct 2009 21:51 | Modified: | 9 Oct 2009 23:28 |
| Reporter: | Jeff Stoner | Email Updates: | |
| Status: | Verified | Impact on me: | |
| Category: | MySQL Server: Information schema | Severity: | S3 (Non-critical) |
| Version: | 5.1.39-community,5.5+ | OS: | Linux (only tested on CentOS 5.3) |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | information_schema, privileges, routines | ||
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
