How do you create temporary MySQL table in SQLAlchemy?

MySQL Workbench: How can I solve the "General error code: 1005 Can't create table '...' (errno: 150)" error message?

  • Windows 7 64-bit Ultimate, MySQL Workbench 5.2.47 CE)

  • Answer:

    The first step in debugging this is to find the detailed foreign key error using SHOW ENGINE INNODB STATUS\G in the CLI.

Toby Thain at Quora Visit the source

Was this solution helpful to you?

Other answers

One issue could be the absence of indexes on the referenced keys (http://dev.mysql.com/doc/refman/5.1/en/innodb-foreign-key-constraints.html)

Franck Dernoncourt

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.