Can't create/write to file '/tmp/#sql_909_0.MYI' (Errcode: 13)

mysql> desc tablename; 

ERROR 1 (HY000): Can't create/write to file '/tmp/#sql_909_0.MYI' (Errcode: 13)

1 mysql> desc cmstop_picture;
2 ERROR 1 (HY000): Can't create/write to file '/tmp/#sql_909_0.MYI' (Errcode: 13)

解决办法:

1 #mkdir /var/lib/mysql/tmp
2 #chown mysql.mysql /var/lib/mysql/tmp
3 #vi /etc/my.cnf  add [mysqld] tmpdir = /var/lib/mysql/tmp
4 #/etc/init.d/mysqld restart

 

posted @ 2022-04-22 23:54  忱康  阅读(0)  评论(0)    收藏  举报