输入banner图图片脚本导航/分类

mysql报Can't create/write to file '/tmp/ib0n3frL' (Errcode: 13 - Permission denied)

2017-04-03 19:52:21 7fce976e27e0  InnoDB: Error: unable to create temporary file; errno: 13

2017-04-03 19:52:21 7918 [ERROR] Plugin ‘InnoDB‘ init function returned error.

2017-04-03 19:52:21 7918 [ERROR] Plugin ‘InnoDB‘ registration as a STORAGE ENGINE failed.

2017-04-03 19:52:21 7918 [ERROR] Unknown/unsupported storage engine: InnoDB

2017-04-03 19:52:21 7918 [ERROR] Aborting


2017-04-03 19:52:21 7918 [Note] Binlog end

2017-04-03 19:52:21 7918 [Note] /usr/local/mysql/bin/mysqld: Shutdown complete


报/tmp没有权限

解决办法:

chmod 777 /tmp

再执行初始


本文出自 “YHT的运维笔记” 博客,请务必保留此出处http://yht1990.blog.51cto.com/9014030/1912718

mysql报Can't create/write to file '/tmp/ib0n3frL' (Errcode: 13 - Permission denied)

标签:mysql