Error in creating table in mysql #1005 errno 121
Posted by: bijal shah
Date: July 14, 2008 08:07AM

mysql> CREATE TABLE `userrequest` (
-> `UserName` varchar(30) default NULL,
-> `Date` varchar(20) default NULL,
-> `Time` varchar(20) default NULL,
-> `RequestForRecharge` int(20) default NULL,
-> `ID` int(100) default NULL
-> ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
ERROR 1005 (HY000): Can't create table '.\websms\userrequest.frm' (errno: 121)

plz give me the solution of this error..

Options: ReplyQuote


Subject
Written By
Posted
April 28, 2008 04:41AM
Error in creating table in mysql #1005 errno 121
July 14, 2008 08:07AM


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.