Bug #51818 | Core Dump in mysql_stmt_close (Segmentation fault) | ||
---|---|---|---|
Submitted: | 8 Mar 2010 8:04 | Modified: | 30 Jan 2013 17:03 |
Reporter: | yog vashishth | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / C | Severity: | S1 (Critical) |
Version: | mysql-connector-c-6.0.2 | OS: | Linux (RHEL5) |
Assigned to: | Assigned Account | 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
[20 Mar 2010 6:48]
yog vashishth
[20 Mar 2010 6:49]
yog vashishth
script to restart mysql server every 9 sec
Attachment: restratMysqlServer.sh (text/plain), 113 bytes.