试着找出众所周知的PHP应用MySQL表之间的关系
资 源 简 介
Just noticed that your last co-worker did not use MySQL physical relationships?
Is your database schema too big and you want to sort out the possible relationship names?
Is your database having common naming pattern in foreign keys?
Whatever, mysql-database-analysis script tries to list out the tables under their common column names. Having two column names in different table names probably means they can be related together.
It thus helps you to reverse engineer your MySQL database by looking into the schema. It is a name based grouping and may not lead to expected results.
文 件 列 表
public_html
.svn
analyze-mysql-columns.php
examples
inc.config.php
index.php
readme.txt
skipped.php
todo.txt