
Originally Posted by
mydomain
mysql.sock went missing and one point and PID file was also lost - resolved that by resetting the mysql root password etc.
As the errors referenced writing to /tmp I found out also that for some reason /tmp had lost its 1777 permissions - chmodded it back and no more errors.
The databases appear to be fine, no corruptions from what i can see...
That didn't work for me I still have:
Code:
041031 11:15:45 mysqld started
041031 11:15:45 Warning: Asked for 196608 thread stack, but got 126976
/usr/sbin/mysqld: Can't create/write to file '/tmp/ibCimikU' (Errcode: 13)
041031 11:15:45 InnoDB: Error: unable to create temporary file; errno: 13
041031 11:15:45 Can't init databases
041031 11:15:45 Aborting
041031 11:15:45 InnoDB: Warning: shutting down a not properly started
InnoDB: or created database!
041031 11:15:45 /usr/sbin/mysqld: Shutdown Complete
041031 11:15:45 mysqld ended
NOTE: This is only on REBOOT, when i do a service mysql start it will start without the file permission error. I think this has SOMETHING to do with SECURETMP environments on startup......