Bug #79078 | [Linux]improvement GUI | ||
---|---|---|---|
Submitted: | 2 Nov 2015 14:14 | Modified: | 6 Feb 2018 18:25 |
Reporter: | Louis de Gaulle | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Workbench | Severity: | S4 (Feature request) |
Version: | 6.3.5 | OS: | Linux (Gtk) |
Assigned to: | 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
[2 Nov 2015 14:15]
Louis de Gaulle
[7 Nov 2015 21:14]
Miguel Solorzano
WorkBench on CentOS 7
Attachment: WorkBench_CentOS7.png (image/png, text), 356.84 KiB.
[8 Nov 2015 0:46]
Miguel Solorzano
On low resolution laptop
Attachment: centos_65_low_resolution.png (image/png, text), 140.90 KiB.
[24 Nov 2015 15:13]
Louis de Gaulle
Adding GtkScrolledWindow in notebook's Page
Attachment: scroll.patch (text/x-patch), 59.61 KiB.
[24 Nov 2015 15:15]
Louis de Gaulle
For those who want, I board made some modifications to have a "notebook" flexible although in major part of time you will not ne
Attachment: editor_mysql_table.png (image/png, text), 128.87 KiB.
[24 Nov 2015 15:47]
Louis de Gaulle
Adding mforms::ScrollPanel in "inserts" notebook Page
Attachment: scrollpanel.patch (text/x-patch), 1.04 KiB.
[24 Nov 2015 17:56]
Louis de Gaulle
Another patch to fix tabs overlap
Attachment: notebook_tab.patch (text/x-patch), 3.69 KiB.
[24 Nov 2015 18:02]
Louis de Gaulle
Overview for Expand tab of Notebook/TabView
Attachment: notebook_tab.gif (image/gif, text), 110.31 KiB.