[Solution] mysql Unknown storage engine ‘InnoDB’

Question: MySQL error (1286) unknown storage engine ‘InnoDB’

Process: after checking the MySQL err log, it is found that the permissions of MySQL D: can’t create/write to file ‘/ TMP/ibj1o3hh’ discovery/tmp directory are incorrect. Solution:

chown root:root /tmp
chmod 1777 /tmp
/etc/init.d/mysqld restart

Similar Posts: