MySQL Forums
Forum List  »  NDB clusters

Re: ERROR 1005 (HY000): Can't create table './temp/foo.frm' (errno: 4009)
Posted by: Jonathan Stephens
Date: May 13, 2005 07:59PM

> Can't create table './kewl0513/tbl_courseoutcomes.frm' (errno: 150)

Hi Frank,

Use the perror utility to obtain the error message associated with that code (errno):

shell> perror 150
MySQL error code 150: Foreign key constraint is incorrectly formed

Please note that this section of the forums is for discussions of MySQL Cluster, and this does not appear to be a Cluster-related issue. Thanks!

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle



Edited 1 time(s). Last edit at 05/13/2005 08:02PM by Jon Stephens.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ERROR 1005 (HY000): Can't create table './temp/foo.frm' (errno: 4009)
40666
May 13, 2005 07:59PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.