Bug #44652 | Test database connection fails with out of memory error | ||
---|---|---|---|
Submitted: | 4 May 2009 20:09 | Modified: | 27 May 2009 16:57 |
Reporter: | F N | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 5.2.0 Beta | OS: | Linux (ArchLinux) |
Assigned to: | Sergei Tkachenko | CPU Architecture: | Any |
Tags: | client, connect, Memory |
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
[14 May 2009 21:54]
Kevin McLaughlin
[16 May 2009 0:35]
Sergei Tkachenko
fix for 5.1.12
Attachment: wb-5.1.12_fix44652.tar.gz (application/gzip, text), 2.13 KiB.
[16 May 2009 0:36]
Sergei Tkachenko
fix for 5.2.0a
Attachment: wb-5.2.0a_fix44652.tar.gz (application/gzip, text), 2.20 KiB.
[19 May 2009 16:26]
Riccardo Santoro
console log
Attachment: mysql-workbench.log (application/octet-stream, text), 63.42 KiB.