errorno: 4336-- even otherwise
Posted by:
mon lax
Date: July 17, 2005 10:26PM
Hi,
CREATE TABLE `forum_watch` (
`watch_user` int(10) unsigned NOT NULL default '0',
`watch_forum` int(10) unsigned default NULL,
`watch_topic` int(10) unsigned default NULL,
KEY `idx_fw1` (`watch_user`, `watch_forum`),
KEY `idx_fw2` (`watch_user`, `watch_topic`)
) COMMENT='Links users to the forums/messages they are watching';
I get the error
#1005 - Can't create table './dotproject/forum_watch.frm' (errno: 4336)
can this help any better?
Regards,
Mon
Subject
Views
Written By
Posted
3094
July 17, 2005 03:12PM
1945
July 17, 2005 07:51PM
1851
July 17, 2005 10:08PM
errorno: 4336-- even otherwise
1945
July 17, 2005 10:26PM
1788
July 20, 2005 05:42PM
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.