How to export/save ERD as PDF or as image in phpMyAdmin?

谁说我不能喝 提交于 2019-12-01 04:43:40

问题


I have generated an ERD using the Designer in phpMyAdmin.

How do I save it as PDF or image?

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.


回答1:


To save as PDF:

1) Select databse.

2) More > Designer

3) Import/Export coordinates for relational schema

4) Operations (scroll down) > Edit or export relational schema

Click Go.

5) Choose your preferences.

Click Go.

Save the file.


To save as image:

You can choose "SVG" in Step 5 instead of "PDF", but the it did not produce aesthetically desirable results for the ERD (at least for me).

I personally just converted the PDF to image using a third-party app.

Reference: phpmyadmin 3.4.0 ERD to PDF



来源:https://stackoverflow.com/questions/29755930/how-to-export-save-erd-as-pdf-or-as-image-in-phpmyadmin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!