Bug #45265 | How to store Telugu language data in MySQL. | ||
---|---|---|---|
Submitted: | 2 Jun 2009 12:15 | Modified: | 6 Jun 2009 18:59 |
Reporter: | shanmukhan b | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Charsets | Severity: | S3 (Non-critical) |
Version: | 5.0.24 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | multi language support, telugu language support |
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
[3 Jun 2009 7:23]
shanmukhan b
[3 Jun 2009 7:24]
shanmukhan b
back-end cgi program which inserts/retrieve data in/from DB
Attachment: telugu_dictionary.cgi (application/octet-stream, text), 1.10 KiB.
[5 Jun 2009 11:55]
shanmukhan b
Telugu dictionary using perl cgi. (back-end).
Attachment: telugu_dictionary.cgi (application/octet-stream, text), 1.83 KiB.
[5 Jun 2009 12:05]
shanmukhan b
Telugu dictionary user interface.
Attachment: display_telugu.html (text/html), 2.26 KiB.