如何在 phpMyAdmin 中 export/save ERD 为 PDF 或图像?
How to export/save ERD as PDF or as image in phpMyAdmin?
我已经使用 phpMyAdmin 中的设计器生成了 ERD。
如何将其保存为 PDF 或图片?
On possible duplicate:
The "original" thread is referenced in the answer. This post is intended to be a visual tutorial thread with screenshots which the other thread does not have.
要保存为 PDF:
1) Select 数据库。
2) 更多 > 设计师
3) Import/Export 关系模式的坐标
4) 操作(向下滚动)> 编辑或导出关系模式
单击开始。
5) 选择您的偏好。
单击开始。
保存文件。
要另存为图片:
您可以在第 5 步中选择 "SVG" 而不是 "PDF",但它并没有为 ERD 产生美学上理想的结果(至少对我而言)。
我个人只是使用 third-party 应用程序将 PDF 转换为图像。
参考:phpmyadmin 3.4.0 ERD to PDF
我已经使用 phpMyAdmin 中的设计器生成了 ERD。
如何将其保存为 PDF 或图片?
On possible duplicate:
The "original" thread is referenced in the answer. This post is intended to be a visual tutorial thread with screenshots which the other thread does not have.
要保存为 PDF:
1) Select 数据库。
2) 更多 > 设计师
3) Import/Export 关系模式的坐标
4) 操作(向下滚动)> 编辑或导出关系模式
单击开始。
5) 选择您的偏好。
单击开始。
保存文件。
要另存为图片:
您可以在第 5 步中选择 "SVG" 而不是 "PDF",但它并没有为 ERD 产生美学上理想的结果(至少对我而言)。
我个人只是使用 third-party 应用程序将 PDF 转换为图像。
参考:phpmyadmin 3.4.0 ERD to PDF