首頁 >資料庫 >mysql教程 >/usr/libexec/mysqld: Can’t create/write to file ‘/

/usr/libexec/mysqld: Can’t create/write to file ‘/

WBOY
WBOY原創
2016-06-07 16:37:321601瀏覽

最近的项目中由于临时存储空间太大了。索性把tmp目录删除了。结果访问网站出现[sourcecode language="html"]/usr/libexec/mysqld: Can’t create/write to file '/tmp/' (Errcode: 13)[/sourcecode]后来网站翻阅了下资料后得到一下解决办法,在Linux命令中执

最近的项目中由于临时存储空间太大了。索性把tmp目录删除了。结果访问网站出现 [sourcecode language="html"] /usr/libexec/mysqld: Can’t create/write to file '/tmp/' (Errcode: 13) [/sourcecode] 后来网站翻阅了下资料后得到一下解决办法,在Linux命令中执行以下命名,对了。如果是删除了tmp目录,需要先创建tmp目录,仅供参考: [sourcecode language="html"] # mkdir /tmp # chown root:root /tmp # chmod 1777 /tmp # /etc/init.d/mysqld start [/sourcecode]
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn