Deutsch   Română  
phpMyERD - Entity Relationship Diagrams

Visualize your database

Every php / mysql developer knows the situation. The database is on a server far away. A direct mysql connection is impossible because of security reasons. Also the php pages are on the server. But where is a tool to display database structure??

The problem appeared especially with bigger databases or databases the developer is not familiar with.

A solution is available now! It is phpMyERD.

Screenshot:

tables, columns and table relations

It's features are:

1. Easy to install. Open Source.
2. Works with most browsers.
3. Lets you arrange the tables with the mouse.
4. Export the diagram to png.
5. Displays keys and foreign key relations.
6. You just need a http connection to the web server to display the tables.
7. Lets you filter tables by name to show only tables of interest.

phpMyERD is an example of an html5 client