phpMyAdmin - Error: relational features are disabled
When I want to create a relation between two tables in designer mode with phpMyAdmin 4.3.8, it gives me an error saying: Error: relational features are disabled! When I try it with 4.1.4, it works just fine. I can't seem to find where I should change the settings to be able to create relations in designer mode. Any idea? Thanks in advance! Convert your table/db engine to InnoDB using ALTER TABLE table_name ENGINE=InnoDB; Change your table engin to InnoDB using: ALTER TABLE your table name ENGINE=InnoDB I had the same issue, it was because I didn't have a database on the mysql server for