user5519596
user5519596

Reputation:

phpMyAdmin, Can't create a relation, Error: "relational features disabled"

I made an account on Godaddy recently to host my website and they also had an option to build a database with the hosting services. It's a standard phpMyAdmin set up, except when I try to create a relation between two tables it comes up with the following error

Error: Relational features disabled!

It has never happened to me before and I have no idea how to enable the relational features and actually connect those two tables
I set Account_id in the main table as a primary key and I've set the the Account_id on the User table as an Index key.

Database Image <<

Does anyone know how to enable those features.?

Upvotes: 3

Views: 6232

Answers (1)

Ramon Simona
Ramon Simona

Reputation: 66

Make sure both of the tables have the InnoDB engine selected.

Upvotes: 5

Related Questions