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 > Tool for ER Diagram

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-17-04, 01:14
smartcard smartcard is offline
Registered User
 
Join Date: Jan 2004
Posts: 23
Tool for ER Diagram

Can some one suggest me good software to get the ER Diagram of a Mysql database? I mean I need to draw the db's table, fields and its dettails.

Tks
Reply With Quote
  #2 (permalink)  
Old 01-17-04, 09:42
vanekl vanekl is offline
Registered User
 
Join Date: Nov 2003
Posts: 91
If you have access to a Windows box you could
start us MS Access and link in the MySQL tables via ODBC
and then use Access's "Relationships" window to draw
the ERD.

If you install MySQL on a Windows box the ODBC driver is
automatically installed for you, and (I don't know how this
is done!) MySQL databases created on the same machine
are automatically given ODBC DSNs (Data Source Names)
so that linking to them is very easy.
Reply With Quote
  #3 (permalink)  
Old 01-19-04, 17:08
Mike Collier Mike Collier is offline
Registered User
 
Join Date: Jan 2004
Posts: 31
AdoAnywhere has some support for drawing tbales and fields.

www.adoanywhere.com
Reply With Quote
  #4 (permalink)  
Old 01-19-04, 17:47
r937 r937 is online now
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
vanekl, maybe your windows box came with access, but it is not a standard part of the OS...

smartcard, have a look at these data modelling tools

i've heard others mention the Fab4 product (haven't tried it myself, though)
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #5 (permalink)  
Old 01-20-04, 01:10
ManUtdFans2003 ManUtdFans2003 is offline
Registered User
 
Join Date: Jan 2004
Location: Australia
Posts: 42
Arrow

How do I link MS Access to the ODBC MySQL ?
Can you details the steps please ?
Reply With Quote
  #6 (permalink)  
Old 01-20-04, 09:30
vanekl vanekl is offline
Registered User
 
Join Date: Nov 2003
Posts: 91
[Access Version 10.4302 2002]

Create a database in Access.
Select menu:
File -> Get External Data -> Link Tables...

The 'Link' dialog box will pop up. Choose 'Files of type' ODBC
Databases. The 'Select Data Source' dialog box pops up.
Click on the 'Machine Data Source' tab.
In the 'Data Source Name' column you may see the name
of your MySQL database if the MySQL database is on the
same machine. If you don't see it, you can click on 'New'
and add it. Click 'OK', so that the 'Link Tables' dialog box
pops up next. Click on all of the tables you want to link into
Access, and click the 'OK' button.
You should then see your new table(s) listed in the 'Tables'
view in Access.

To create the ERD, select menu item:
Tools -> Relationships...

You can add tables to the 'Relationships' window by
dragging tables from the main Access database window.
Double-clicking in the Relationships window will allow you to
add a constraint relationship between tables.
Reply With Quote
  #7 (permalink)  
Old 01-20-04, 12:00
ScottW ScottW is offline
Registered User
 
Join Date: Oct 2003
Posts: 10
ER/Studio

Take a look at Embarcadero's ER/Studio.

http://www.embarcadero.com/products/erstudio/index.html
Reply With Quote
  #8 (permalink)  
Old 01-24-04, 15:54
donsimon donsimon is offline
Registered User
 
Join Date: Jan 2004
Posts: 24
PHPMyAdmin guess that isn't graphical though. DB Designer 4 is pretty good. And it works very well with MySQL.

Donny
__________________
http://www.phpscripts.com/
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