Changes between Initial Version and Version 1 of Ticket #18256, comment 4


Ignore:
Timestamp:
May 9, 2012, 7:44:32 AM (12 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18256, comment 4

    initial v1  
    33Please make sure all your MySQL tables are using the same storage engine (i.e. MyISM v. InnoDB). Specially tables that have ForeignKeys between them.
    44
    5 If you need more information about MySQL storage engines and how to know which one(s) are you using you will need to read the MySQL documentation although the MySQL notes in our database documentation also has some introductory information.
     5If you need more information about MySQL storage engines and how to know which one(s) are you using you will need to read the MySQL documentatio,n although the MySQL notes in our database docs also have some introductory information.
    66
    7 I suspect you had tables created with the MyISAM storage engine (the default for MySQL < 5.5) and since MySQL 5.5 defaults to InnoDB and you created new tables since then you ended with a mix.
     7I suspect you had tables created with the MyISAM storage engine (the default for MySQL < 5.5) and since MySQL 5.5 defaults to InnoDB and you created new tables since then, you ended with a mix.
    88
    99See comment:6:ticket:8200
Back to Top