我正在尝试运行 mysql 并得到以下结果:
141107 8:48:08 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
141107 8:48:08 [Note] Plugin 'FEDERATED' is disabled.
141107 8:48:08 InnoDB: The InnoDB memory heap is disabled
141107 8:48:08 InnoDB: Mutexes and rw_locks use GCC atomic builtins
141107 8:48:08 InnoDB: Compressed tables use zlib 1.2.3.4
141107 8:48:08 InnoDB: Using Linux native AIO
/usr/sbin/mysqld: Can't create/write to file '/run/mysqld/ibmW5ibS' (Errcode: 13)
141107 8:48:08 InnoDB: Error: unable to create temporary file; errno: 13
141107 8:48:08 [ERROR] Plugin 'InnoDB' init function returned error.
141107 8:48:08 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
141107 8:48:08 [ERROR] Unknown/unsupported storage engine: InnoDB
141107 8:48:08 [ERROR] Aborting
有什么想法吗?我尝试将 /run/mysqld 的权限更改为 777,但仍然一直出现此错误。我尝试运行:
sudo service mysql start
但它也没有帮助