Can't create table '/tmp/#sql5ae_28_1.frm' (errno: 135) The sql prepared statement to create the table is below: create temporary table foo select id from bar limit ?, ?; The database is InnoDB under mysql version 5.0.16. There was plenty of room in the database. ...
I have multiple files which each require their own object of same class type (ref. First Class). File contents are read from a file to a unordered_map<std::string, std::vector<std::string>> which is either private or protected member inside First Class. First Class does not need any ...
I believe there is a conflict between the way MySQL creates and deletes temporary files and various "resident" antivirus scanners, including McAfee and AVG 7.5 This is hard to test as the problem is somehow intermittent, but if you have a repeatable test case, try switching your resident vir...
Specifically, the error I'm getting is "SQLSTATE[HY000]: General error: 1 Can't create/write to file 'C:\xampp\tmp\#sql_1e3c_0.MYD' (Errcode: 17)SQLSTATE[HY000]: General error: 1 Can't create/write to file 'C:\xampp\tmp\#sql_1e3c_0.MYD' (Errcode: 17)" ...
InnoDB: open the tablespace file './tmp/#sql7c49_9a_39b.ibd'! InnoDB: Have you moved InnoDB .ibd files around without using the InnoDB: commands DISCARD TABLESPACE and IMPORT TABLESPACE? InnoDB: It is also possible that this is a temporary table #sql..., ...