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