mysql server dont work
mysql server dont work
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?
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
I answer myself
chmod 1777 /tmp
tthis had a permissions problem
chmod 1777 /tmp
tthis had a permissions problem
Re: mysql server dont work
Yep, u're right
Code: Select all
^G/usr/sbin/mysqld: Can't create/write to file '/tmp/ibCgY0nQ' (Errcode: 13)