Technical from Learnings
Home
About
Portfolio
Web Design
Web Development
Illustrations
Blog
Contact
Saturday, 19 December 2015
MySQL Error Number 1005 Can’t create table (errno: 150)
By:
Techie
on 22:18
Despite having proper column mappings and type, when you are unable to establish foreign key relationship, look for 'Engine' they belonging to:
In this scenario, 'InnoDB' is the engine for both tables.
No comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
About Me
Popular Posts
Java - Extract data between html tags
/** * This function helps in getting contents spans html tag; * For ex., <body><b>Sample Text</b></body> will...
Mysql - Map users to access schema
Grant all privilege to user for all tables GRANT ALL PRIVILEGES ON <schema_name>.* TO '<user>'@'%' WITH GRANT...
MySQL Error Number 1005 Can’t create table (errno: 150)
Despite having proper column mappings and type, when you are unable to establish foreign key relationship, look for 'Engine' they ...
Java:: Calculate method execution time
Quite often performance is a huge threat to any application. To isolate certain method call taking time, for instance in my case JCR sessio...
MyEclipse editor is slow on xhtml
Editing xhtml files with MyEclipse is horribly slow. Couple of tweaks can help on this: 1. Disable unused plugins(From Windows --> P...
Subtleties of Dojo
RIA framework Dojo has rich set of Widgets and Data store capabilities. But lack in documentation really makes painful to work with Dojo. ...
Designed By
Blogger Templates
No comments:
Post a Comment