Bug #77943 | Mysql server not getting connect in windows 10 | ||
---|---|---|---|
Submitted: | 5 Aug 2015 6:51 | Modified: | 5 Aug 2015 8:40 |
Reporter: | Dharmesh Bhalodiya | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench | Severity: | S1 (Critical) |
Version: | 6.3.4 | OS: | Windows (windows 10) |
Assigned to: | CPU Architecture: | Any | |
Tags: | mysql workbench with windows 10, not working with windows 10, workbench not getting connect to mysql server, workbench not working |
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