+ 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?
2 Respuestas
+ 3
I used InnoDB. But it did not work.
+ 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