Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

phpmyadmin 3.4.0 ERD to PDF

I can create an ERD in phpmyadmin 3.4.0 with the Designer tool, but how do I export it as a PDF?

I can see the [Import/Export coordinates for PDF schema] button, but cannot see what it does, or how to get a PDF of my ERD.

Thanks in advance.

like image 844
comeback4you Avatar asked May 09 '14 08:05

comeback4you


People also ask

How to export ER diagram from phpMyAdmin?

Once you're done making necessary changes, select “Export schema” from the menu on the left. Select your preferred export options (file type, display settings, etc.) and “Go” to save the ER diagram to your local machine.


1 Answers

You've done the first step right. From the Designer, click the Import/Export coordinates for PDF schema button and provide a name. Next, go to the Operations tab. Near the bottom click the link "Edit or export relational schema". From that page, select the name of the page you created in Designer. The page will load with a bunch of information and a list of all the tables.

You can "Toggle scratchboard" to adjust the layout, or scroll down to de-select some columns from display. Keep scrolling down :-). If you've made changes to the layout, you can click "Save" to, well, save those changes, or just keep going down, where you can select a page size and other options. Finally, press the "Go" button. You'll get a PDF file which, by default, has quite a bit of information including, on the last page, the Designer view export you seek.

like image 132
Isaac Bennetch Avatar answered Sep 26 '22 02:09

Isaac Bennetch