How to add relation between two tables in Mysql using Mysql control center

Posted by moon on Stack Overflow See other posts from Stack Overflow or by moon
Published on 2009-08-06T10:19:22Z Indexed on 2010/06/17 22:03 UTC
Read the original article Hit count: 234

Filed under:

I want to create two tables with one to many relations. I use MySql Control center,but I did not find to add foreign key.I do not want to use console commands,How can I do? I also want to use transation so I use InnoDB table type, How can I add relation between two tables in Control Center.Is there another GUI software to handle Mysql?Pls tell me.

© Stack Overflow or respective owner

Related posts about mysql