Jump to content

Recommended Posts

Posted

Hi!

I just wanted to make a simple relationship between two basic tabes, that I've created. To make this action, I use "dbForge Studio for MySQL" but when I tried to create the connection, the software said the following:

kPUngmd.png

 

So, what to do? Your servers/setup do not provide to make foreign keys?

 

Thanks for all!

Posted

You probably need to change engines to InnoDB.

 

We default to Myisam because it tolerates load and crashes very well. InnoDB basically goes corrupt if you so much as look at it wrong.

Posted

You probably need to change engines to InnoDB.

 

We default to Myisam because it tolerates load and crashes very well. InnoDB basically goes corrupt if you so much as look at it wrong.

Thank you! It helped me. :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...