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

来源:互联网 发布:新开店铺淘宝扶持政策 编辑:程序博客网 时间:2024/05/16 02:08

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


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



解决办法:

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

 


0 0
原创粉丝点击