Bug #38482 | I have two MySQL community servers on single Linux machine on diff ports | ||
---|---|---|---|
Submitted: | 31 Jul 2008 10:36 | Modified: | 31 Jul 2008 12:03 |
Reporter: | srinivas rao | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S2 (Serious) |
Version: | MySQL 5.0 community server | OS: | Linux (centos5) |
Assigned to: | CPU Architecture: | Any | |
Tags: | I want to remove on port 3306(not working) and working 3307 |
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