I am working on a moderately complex schema in MySQL Workbench, and the single page of the EER diagram is now full up. Does anyone know how to enlarge it to two or more pages?
How do I enlarge an EER Diagram in MySQL Workbench?
78.8k views Asked by Brian Hooper At
7
There are 7 answers
0
On
If option "Diagram Properties and Size" is disabled (grayed out) You can try to run MysqlWorkbench with sudo
sudo /usr/bin/mysql-workbench
I am not good at linux, there should be some miss-configuration leading to this. So I'am only saying that this resolved the problem for me.
(system info MySQL Workbench Community (GPL) for Linux/Unix version 6.2.3 revision 12312 build 2280 (64 bit) Configuration Directory: /home/arsen/.mysql/workbench Data Directory: /usr/share/mysql-workbench Cairo Version: 1.13.1 OS: Linux 3.13.0-76-generic CPU: 4x Intel(R) Core(TM)2 Quad CPU @ 2.40GHz (1596.000MHz) - 5,83GiB RAM Distribution: Ubuntu 14.04.3 LTS )
0
On
If the "Diagram Properties and Size..." option is grayed out, do the following:
- Save your work, as this may crash Workbench;
- Go to Model > Model Options;
- Choose the "Diagram" tab;
- Uncheck "Use defaults from global settings..." at the bottom;
- Confirm "Ok". This may crash Workbench, depending on the version and/or operating system.
- Either way, "Model > Diagram Properties and Size..." should now be enabled, even if you had to reopen Workbench.
On the Model pull-down there is an option Diagram Properties and Size, which allows the size of the diagram to be changed.