lensoft Posted January 22, 2019 Posted January 22, 2019 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: So, what to do? Your servers/setup do not provide to make foreign keys? Thanks for all!
wolstech Posted January 22, 2019 Posted January 22, 2019 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.
lensoft Posted January 23, 2019 Author Posted January 23, 2019 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now