Bug #4858 | mysql_safe logs to syslog instead of stderr | ||
---|---|---|---|
Submitted: | 2 Aug 2004 19:13 | Modified: | 9 Jul 2007 22:02 |
Reporter: | Christian Hammers (Silver Quality Contributor) (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | 4.0.20 | OS: | Linux (Debian GNU/Linux) |
Assigned to: | Timothy Smith | CPU Architecture: | Any |
Tags: | Contribution |
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
[2 Aug 2004 19:14]
Christian Hammers
[2 Aug 2004 19:14]
Christian Hammers
The /etc/init.d/mysql-server start script.
Attachment: patch.mysql-server.init.diff (text/x-patch), 3.08 KiB.
[2 Aug 2004 19:15]
Christian Hammers
The syslogging /usr/bin/mysqld_safe script.
Attachment: patch.mysqld_safe.diff (text/x-patch), 4.56 KiB.