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

后端 未结 1 1489
我寻月下人不归
我寻月下人不归 2021-01-13 18:39

I have generated an ERD using the Designer in phpMyAdmin.

How do I save it as PDF or image?

On possible duplicate:

The &qu

1条回答
  •  孤城傲影
    2021-01-13 18:50

    To save as PDF:

    1) Select databse.

    enter image description here

    2) More > Designer

    enter image description here

    3) Import/Export coordinates for relational schema enter image description here

    enter image description here

    enter image description here

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

    enter image description here

    enter image description here

    Click Go.

    5) Choose your preferences.

    enter image description here

    Click Go.

    enter image description here

    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

    0 讨论(0)
提交回复
热议问题