Page 1 of 1

mysql server dont work

Posted: Sun May 24, 2015 9:21 am
by Sanity
Hello. I have the following problem. not working mysql server

I looked at the logs I see the following problem

150524 10:39:58 [Note] Plugin 'FEDERATED' is disabled.
150524 10:39:58 InnoDB: The InnoDB memory heap is disabled
150524 10:39:58 InnoDB: Mutexes and rw_locks use GCC atomic builtins
150524 10:39:58 InnoDB: Compressed tables use zlib 1.2.3.4
^G/usr/sbin/mysqld: Can't create/write to file '/tmp/ibCgY0nQ' (Errcode: 13)
150524 10:39:58 InnoDB: Error: unable to create temporary file; errno: 13
150524 10:39:58 [ERROR] Plugin 'InnoDB' init function returned error.
150524 10:39:58 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
150524 10:39:58 [ERROR] Unknown/unsupported storage engine: InnoDB
150524 10:39:58 [ERROR] Aborting

Any Help?

Re: mysql server dont work

Posted: Sun May 24, 2015 9:59 am
by Sanity
I answer myself

chmod 1777 /tmp

tthis had a permissions problem

Re: mysql server dont work

Posted: Sun May 24, 2015 9:33 pm
by skurudo
Yep, u're right

Code: Select all

 ^G/usr/sbin/mysqld: Can't create/write to file '/tmp/ibCgY0nQ' (Errcode: 13)