Skip to main content
/
SoftwareEngineering
/
Group items tagged ErrorNumber1005
Group items tagged
Filter:
All
|
Bookmarks
|
Topics
Simple
Middle
MySQL Error Number 1005 Can't create table '.mydb#sql-328_45.frm' (errno: 150) | VerySi...
- 0 views
verysimple.com/...le-mydbsql-328_45frm-errno-150
database
MySQL
ErrorNumber1005
moronic
shared by
kuni katsuya
on 27 Sep 12
-
No Cached
MySQL Error Number 1005 Can’t create table
...
Cancel
(errno: 150)
...
Cancel
SHOW ENGINE INNODB STATUS
...
Cancel
...12 more annotations...
Known Causes:
...
Cancel
First Steps:
...
Cancel
dreaded errno 150:
...
Cancel
The two key fields type and/or size is not an exact match
...
Cancel
One of the key field that you are trying to reference does not have an index and/or is not a primary key
...
Cancel
One or both of your tables is a MyISAM table
...
Cancel
You have specified a cascade ON DELETE SET NULL, but the relevant key field is set to NOT NULL
...
Cancel
Make sure that the Charset and Collate options are the same both at the table level as well as individual field level for the key columns
...
Cancel
You have a default value (ie default=0) on your foreign key column
...
Cancel
You have a syntax error in your ALTER statement or you have mistyped one of the field names in the relationship
...
Cancel
The name of your foreign key exceeds the
...
Cancel
max length of 64 chars
kuni katsuya
on 27 Sep 12
64 char max? seriously??? in this century?!
64 char max? seriously??? in this century?!
...
Cancel
...
Cancel
...
Cancel
1
-
1
of
1
Showing
20
▼
items per page
20
50
100
Related searches
Search
ErrorNumber1005
matching in title, tags, annotations and url of group items »
Search in Google »