3

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.?

Clay
  • 4,700
  • 3
  • 33
  • 49

1 Answers1

5

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

Ramon Simona
  • 66
  • 1
  • 5