Bug #82465 | Cannot create user account | ||
---|---|---|---|
Submitted: | 5 Aug 2016 2:55 | Modified: | 5 Aug 2016 5:20 |
Reporter: | Lee ed | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Security: Privileges | Severity: | S2 (Serious) |
Version: | mysql Ver 14.14 Distrib 5.7.13, for Lin | OS: | Ubuntu (Linux mars 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016 x86_64 x86_64 x86_64 GNU/Lin) |
Assigned to: | CPU Architecture: | Any | |
Tags: | account, grant, user |
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