MySQL ErrNo: 1005

Discussion in 'MySQL' started by greatlogix, May 29, 2008.

  1. #1
    ErrNo: 1005
    Error: Can't create table 'fab_temp' (errno: 13)
    Query: create temporary table fab_temp (`ftid` int (5) NULL ,`ford` int (5) NULL, `ftname` varchar (250) NULL )

    I am getting this error on creating temporary table. Query was working perfectly on server few hours ago but at the moment i am getting error 1005. Whats wrong now. Can somebody help me in this regard. Thanks
     
    greatlogix, May 29, 2008 IP
  2. NuLLByTe

    NuLLByTe Active Member

    Messages:
    382
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    80
    #2
    Assure that everything you insert has NOT NULL value in it..
     
    NuLLByTe, Jun 2, 2008 IP