Problems :
121129 10:15:13 InnoDB: Using Linux native AIO
/usr/libexec/mysqld: Can't create/write to file '/tmp/ibTB92a6' (Errcode: 13)
121129 10:15:13 InnoDB: Error: unable to create temporary file; errno: 13
121129 10:15:13 [ERROR] Plugin 'InnoDB' init function returned error.
121129 10:15:13 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
121129 10:15:13 [ERROR] Unknown/unsupported storage engine: InnoDB
121129 10:15:13 [ERROR] Aborting
121129 10:15:13 [Note] /usr/libexec/mysqld: Shutdown complete
/etc/init.d/mysql start command returned following output:
[root@nms-sa ~]# /etc/init.d/mysqld start
MySQL Daemon failed to start.
Starting mysqld: [FAILED]
Solutions :
# chown root:root /tmp
# chmod 1777 /tmp
# /etc/init.d/mysqld start
Source : http://www.cyberciti.biz/faq/mysqld-innodb-error-unable-to-create-temporary-file/
MYSQL : /usr/libexec/mysqld: Can’t create/write to file ‘/tmp/’ (Errcode: 13)
Related Posts:
MYSQL " Table 'mysql.servers' doesn't exist at ../web-lib-funcs.plProblems Table 'mysql.servers' doesn't exist at ../web-lib-funcs.pl Solution #mysql_upgrade -u root -p OR #mysql_upgrade -u root -h localhost -p… Read More
MySQL: Repair table database of NagiosProblems nagios error : ./nagios/nagios_servicechecks' is marked as crashed and should be repaired Solutions: #mysqlcheck -p --auto-repair nagios n… Read More
Cacti " ./syslog/syslog_incoming' is marked as crashed and should be repairedError: [ERROR] /usr/libexec/mysqld: Table './syslog/syslog_incoming' is marked as crashed and should be repaired Solution: mysqlcheck --auto-repair … Read More
MYSQL : "Host is blocked because of many connection errors"Error : "Host is blocked because of many connection errors" Solutions : #mysql -u root -p -e 'flush hosts' source : http://dev.mysql.com/doc/mysql/… Read More
MySQL : mysql_connect(): Too many connectionsIssue: mysql_connect(): Too many connections Solutions: directly connect to the mySQL server (via localhost), and perform the query: SET GLOBAL max… Read More
0 comments:
Post a Comment