Bug #23413 | "ERROR 1046 (3D000): No database selected" occurs when executing DELETE FROM | ||
---|---|---|---|
Submitted: | 18 Oct 2006 8:45 | Modified: | 27 Jul 2007 13:34 |
Reporter: | Siu Ching Pong (Asuka Kenji) (Basic Quality Contributor) | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.24a-community-nt | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | 1046, 3D000, delete, DELETE FROM, ERROR 1046, ERROR 1046 (3D000), No database selected |
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
[18 Oct 2006 10:11]
Hartmut Holzgraefe