Can’t create table – errno: 13
I came across a problem today when trying to create a temporary table in MySQL. ERROR 1005 (HY000): Can’t create table ‘temptable’ (errno: 13) The first thing I checked was that the user in question had the Create_tmp_table_priv privilege in the users table, which it did. The next step was to find out where MySQL [...]