Bug #3011 | Fulltext with UTF8 irrelevant results (or errors) | ||
---|---|---|---|
Submitted: | 28 Feb 2004 17:10 | Modified: | 29 Feb 2004 13:49 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S3 (Non-critical) |
Version: | 4.1.1 | OS: | Linux (Linux) |
Assigned to: | Sergei Golubchik | CPU Architecture: | Any |
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
[28 Feb 2004 17:20]
[ name withheld ]
[29 Feb 2004 6:39]
[ name withheld ]
an example of a complete session with errors (create database, tables, ...), UTF8 of course
Attachment: example2.txt (text/plain), 3.12 KiB.
[29 Feb 2004 6:45]
[ name withheld ]
mysqldump -u root -p test1 --default-character-set=utf8 >example2_dump.txt
Attachment: example2_dump.txt (text/plain), 1.13 KiB.