Hi

I must be blind. Please help a DB-Newbie. What's wrong here:

create table users (
  email varchar (80) unique not null,
  ownerdomain int not null,
  foreign key (ownerdomain) references domains on delete cascade
) type=innodb;

MySQL sais: ERROR 1005: Can't create table './postfix/users.frm'
(errno: 150)

Where can I lookup up error codes?

Thanks
Philipp

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to