-1

Do you know any tools for profiling,to see the structure and relationship of each tables inside the db? it is look like this one :

See screenShot below,

enter image description here

For bigger resolution, Please click here.

Thanks In advance.

Any help much more appreciated! :)

John Woo
  • 258,903
  • 69
  • 498
  • 492
Database Admin
  • 83
  • 2
  • 10

5 Answers5

0

MySQL Workbench is what youre looking for

http://www.mysql.com/products/workbench/

WebChemist
  • 4,393
  • 6
  • 28
  • 37
  • i am using putty / secure crt..how can i configure this? – Database Admin Oct 02 '12 at 05:05
  • You connect directly on 3306 or whatever your mysql port is. Need to have user access from the appropriate external ip, unless on the same machine as the db then just use localhost – WebChemist Oct 02 '12 at 05:12
0

You could use the MySQL Workbench, if I remember correctly it has a function, which can do this (reverse engineer database or something similar).

See this SO post.

Community
  • 1
  • 1
Bjoern
  • 15,934
  • 4
  • 43
  • 48
0

Have a look at Database Designer for MySQL in dbForge Studio for MySQL.

Database Designer is a powerful visual design tool for database development that allows you to build a clear and effective database structure visually and to see the complete picture representing all the tables, foreign key relations between them, views, and stored routines of your database on database diagrams.

Devart
  • 119,203
  • 23
  • 166
  • 186
0

Toad for MySQL has a Database Diagram feature allowing you to create such drawings from existing databases.

DocJones
  • 649
  • 7
  • 26
0

SchemaCrawler for MySQL is a free command-line tool that diagrams databases. SchemaCrawler is particularly useful when diagramming large and complex schemas, since it can diagram tables based on the results of regular expression searches of table and column names.

Sualeh Fatehi, SchemaCrawler

Sualeh Fatehi
  • 4,700
  • 2
  • 24
  • 28