Error: Can't create/write to file...
Submitted by chris on January 12, 2006 - 17:19. MySQL Bugs or ErrorsI was getting error messages about: Can't create/write to file ...
Solution:
It was solved this by use forward slash in the path like:
tmpdir=T:/temp
Regular backslashes work just fine in the other MySQL path definitions/directives. But it looks like in the world of MySQL, Apache...etc... it is usually better to use forwardslashes.

