Few day to day MySQL working, administration, hacking and problem solving tips.
- ERROR 1 (HY000): Can't create/write to file '/tmp/#sql****.MYI' (Errcode: 13)
- Solution : This is basically due to messed up /tmp permissions
- chown root:root /tmp
- chmod 1777 /tmp
- /etc/init.d/mysqld restart
No comments:
Post a Comment