If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Data modeling tools for MySQL

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-09-08, 10:47
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,726
Data modeling tools for MySQL

I'm working with two complex database schemas in a MySQL project.
The MySQL admin tools don't appear to have a robust GUI for viewing and editing schemas.
I'm looking into getting a copy of ERWIN, and one of my colleagues is using the free versions of DBVisualizer.
Any other recommendations from those of you with more MySQL experience?

Thanks
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
  #2 (permalink)  
Old 10-09-08, 13:44
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
i personally have used only one tool with mysql -- dbdesigner -- and i thought it was 'orrible, guv, just 'orrible

more here --
http://databaseanswers.org/modelling_tools.htm
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 10-09-08, 15:24
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,726
Well, I can't get ERWIN to connect to my database.
And Embarcadero mentions support for MySQL on their website, but it does not appear in a (very limited) dropdown list of database engines.
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
  #4 (permalink)  
Old 10-09-08, 15:32
shammat shammat is offline
Registered User
 
Join Date: Nov 2003
Posts: 2,407
Check out Power*Architect
Reply With Quote
  #5 (permalink)  
Old 10-09-08, 17:16
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,726
Quote:
Originally Posted by shammat
Check out Power*Architect
Fast, free download.
Installed correctly, first time, in less than five minutes.
Connected to my target database in 60 seconds.
Does what I want it to do.

Calling Microsoft.....are you paying attention?
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
  #6 (permalink)  
Old 10-10-08, 03:37
shammat shammat is offline
Registered User
 
Join Date: Nov 2003
Posts: 2,407
Quote:
Originally Posted by blindman
Fast, free download.
Installed correctly, first time, in less than five minutes.
Connected to my target database in 60 seconds.
Does what I want it to do.
It does have some drawbacks

The thing I miss most is the ability to define check constraints (not something a MySQL user will miss though)

The comparison of the model against a working database does not produce the best results (it reports columns as changed that aren't)

And the SQL Generation is not 100% perfect (e.g. for SQL Server it generates Scripts with no Semicolon as a delimiter which means the script can only be run using MS Tools)

But apart from that, I think it's quite nice and the guys from SQL*Power are very open to suggestions and questions in the forum
Reply With Quote
  #7 (permalink)  
Old 10-11-08, 10:48
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,606
While it only does documentation, and requires MySQL 5.0 or later to do that, I'd recomend SQLSpec for doing documentation of MySQL (and many other database engine) databases. SQLSpec us relatively cheap, fast, and has great support.

-PatP
Reply With Quote
  #8 (permalink)  
Old 11-19-08, 13:16
HPS_Man HPS_Man is offline
Registered User
 
Join Date: Nov 2008
Posts: 5
Have you tried MySQL Workbench?

http://dev.mysql.com/downloads/workbench/5.0.html

Cheers, JP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On