Search code examples
mysqlsqlyog

Can not able to set foreign key in mysql db using SqlYog


Getting error while setting foreign key to table as shown in image.

Database Version: MySql 5.6

enter image description here


Solution

  • Change Engine to InnoDB

    enter image description here

    Check the difference between MyISAM and InnoDB here to make suitable decision for your database design

    What are the main differences between InnoDB and MyISAM?

    MyISAM versus InnoDB

    What's the difference between MyISAM and InnoDB?