Submitted by Hal9000 on Thu, 10/14/2010 - 05:10
It took me a while to figure out why mysql was not working on my Debian x64 instance image, it turns out the problem was that /tmp did not have the right permissions. I set it to 0777 manually and now it works fine. You might consider fixing this in the image, although now that I know how to circumvent the issue it's not that much of a problem for me :) Just wanted to let you know though...
Status:
Closed (fixed)
Comments
Submitted by andreychek on Thu, 10/14/2010 - 08:27 Comment #1
What were the permissions set to on the original image? Normally, they should be 1777 (the 1 enables the sticky bit, which makes the tmp dir handle certain things correctly).
Submitted by Hal9000 on Thu, 10/14/2010 - 09:38 Comment #2
gosh i don't remember, i don't even remember if it had the sticky bit set. i just remember it was not 777 and mysql was throwing errors all over the place in the logs not being able to write stuff to /tmp.
Submitted by JamieCameron on Thu, 10/14/2010 - 12:18 Comment #3
Thanks for pointing this out - I have updated that image to have correct permissions on /tmp
Submitted by Issues on Thu, 10/28/2010 - 14:21 Comment #4
Automatically closed -- issue fixed for 2 weeks with no activity.