I have a question that is; I cannot create a table in mysql data base. It shows errno:150. How can I get solved that issue? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

I have a question that is; I cannot create a table in mysql data base. It shows errno:150. How can I get solved that issue?

18th Jan 2017, 2:20 PM
Jinadi Rashmika
Jinadi Rashmika - avatar
2 Answers
+ 3
I used InnoDB. But it did not work.
23rd Jan 2017, 5:04 AM
Jinadi Rashmika
Jinadi Rashmika - avatar
+ 2
In some cases, you get this error if there are different engines between the relating tables. For example, a table may be using InnoDB while the other uses MyISAM. Both need to be same
22nd Jan 2017, 1:09 PM
R4xx4r
R4xx4r - avatar