您的位置:首页 > 数据库 > MySQL

/usr/sbin/mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)

2015-04-24 14:03 483 查看



150424 12:41:44 [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.

/usr/sbin/mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)

150424 12:41:44 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.

150424 12:41:44 InnoDB: The InnoDB memory heap is disabled

150424 12:41:44 InnoDB: Mutexes and rw_locks use GCC atomic builtins

150424 12:41:44 InnoDB: Compressed tables use zlib 1.2.8

150424 12:41:44 InnoDB: Using Linux native AIO

150424 12:41:44 InnoDB: Initializing buffer pool, size = 128.0M

150424 12:41:44 InnoDB: Completed initialization of buffer pool

150424 12:41:44 InnoDB: Operating system error number 13 in a file operation.

InnoDB: The error means mysqld does not have the access rights to

InnoDB: the directory.

InnoDB: File name ./ibdata1

InnoDB: File operation call: 'create'.

InnoDB: Cannot continue operation.

150424 12:41:45 [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.

/usr/sbin/mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)

150424 12:41:45 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.

150424 12:41:45 InnoDB: The InnoDB memory heap is disabled

150424 12:41:45 InnoDB: Mutexes and rw_locks use GCC atomic builtins

150424 12:41:45 InnoDB: Compressed tables use zlib 1.2.8

150424 12:41:45 InnoDB: Using Linux native AIO

150424 12:41:45 InnoDB: Initializing buffer pool, size = 128.0M

150424 12:41:45 InnoDB: Completed initialization of buffer pool

150424 12:41:45 InnoDB: Operating system error number 13 in a file operation.

InnoDB: The error means mysqld does not have the access rights to

InnoDB: the directory.

InnoDB: File name ./ibdata1

InnoDB: File operation call: 'create'.

InnoDB: Cannot continue operation.

150424 12:41:46 [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.

/usr/sbin/mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)

150424 12:41:46 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.

150424 12:41:46 InnoDB: The InnoDB memory heap is disabled

150424 12:41:46 InnoDB: Mutexes and rw_locks use GCC atomic builtins

150424 12:41:46 InnoDB: Compressed tables use zlib 1.2.8

150424 12:41:46 InnoDB: Using Linux native AIO

150424 12:41:46 InnoDB: Initializing buffer pool, size = 128.0M

150424 12:41:46 InnoDB: Completed initialization of buffer pool

150424 12:41:46 InnoDB: Operating system error number 13 in a file operation.

InnoDB: The error means mysqld does not have the access rights to

InnoDB: the directory.

InnoDB: File name ./ibdata1

InnoDB: File operation call: 'create'.

InnoDB: Cannot continue operation.

解决方案:去mysql安装目录执行: chown mysql *;chgrp
mysql *;chmod ug+rwx *
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐