I want to create a foreign key relationship between 2 tables.......(as in an ER diagram in MS Access)
Main Topics
Browse All TopicsHey experts,
I am using MySQL Control Center, how do I create a relationship between 2 tables??
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
see this link
http://support.jodohost.co
Squeebee and others, please see this:
http://www.experts-exchang
I believe this tool lets you do that:
http://www.fabforce.net/db
Use the mysql query browser for SQL scripts. http://dev.mysql.com/downl
Hit control-O to open a SQL script and click the execute button to run it.
Odd about not seeing the tables. Were they temporary tables? Were they designed but not actually created?
Install MyODBC (or Connector/ODBC as it's known now), then use WIndows ODBC to set up the MySQL DB you want to import as a datasource: http://dev.mysql.com/downl
The only hard part was that I could never get the FK relationships to import correctly, but those are easy enough to add by hand once the tables are imported.
I've also used Dia ( http://www.gnome.org/proje
Business Accounts
Answer for Membership
by: SqueebeePosted on 2004-12-03 at 07:26:50ID: 12736792
First of all I recommend swicthing to MySQL Administrator, the MyCC is deprecated and will have no future updates.
oads/admin istrator/1 .0.html
Do you want a foreign key relationship, or do you just want to join the tables in a query? Can you give more details?
http://dev.mysql.com/downl