MySQL (using MAMP) says it can't write to Can't create/write to file '/private/var/folders/AO/AOyal7b0GU844L1VJDb3Bk+++TI/-Tmp-/#sqld035_6_0.MYI

But using finder I can't find this location. How can I find this location so I can clear it.

link|improve this question

43% accept rate
feedback

1 Answer

up vote 2 down vote accepted
mysql> show variables like 'tmpdir';
+---------------+----------------------------------------------------+
| Variable_name | Value                                              |
+---------------+----------------------------------------------------+
| tmpdir        | /var/folders/v+/v+g2dk4fH8qEA4rg+GeRNk+++TI/-Tmp-/ |
+---------------+----------------------------------------------------+
1 row in set (0.00 sec)
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.