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

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

2018-01-07 21:56 399 查看
[root@localhost ~]# /etc/init.d/mysqld start
MySQL Daemon failed to start.
正在启动 mysqld:                                          [失败]
[root@localhost ~]# cat /var/log/mysqld.log
180107 21:35:19 mysqld_safe Starting mysqld daemon with databases from /var/lib/                                          mysql
180107 21:35:19 [Warning] '--default-character-set' is deprecated and will be re                                          moved in a future release. Please use '--character-set-server' instead.
/usr/libexec/mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)
180107 21:35:19 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgr                                          ade to create it.
180107 21:35:19  InnoDB: Initializing buffer pool, size = 8.0M
180107 21:35:19  InnoDB: Completed initialization of buffer pool
180107 21:35:19  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: 'open'.
InnoDB: Cannot continue operation.
180107 21:35:19 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ende                                          d
180107 21:35:40 mysqld_safe Starting mysqld daemon with databases from /var/lib/                                          mysql
180107 21:35:40 [Warning] '--default-character-set' is deprecated and will be re                                          moved in a future release. Please use '--character-set-server' instead.
/usr/libexec/mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)
180107 21:35:40 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgr                                          ade to create it.
180107 21:35:40  InnoDB: Initializing buffer pool, size = 8.0M
180107 21:35:40  InnoDB: Completed initialization of buffer pool
180107 21:35:40  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: 'open'.
InnoDB: Cannot continue operation.
180107 21:35:40 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ende                                          d
180107 21:37:46 mysqld_safe Starting mysqld daemon with databases from /var/lib/                                          mysql
180107 21:37:46 [Warning] '--default-character-set' is deprecated and will be re                                          moved in a future release. Please use '--character-set-server' instead.
/usr/libexec/mysqld: Can't find file: './mysql/plugin.frm' (errno: 13)
180107 21:37:46 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgr                                          ade to create it.
180107 21:37:46  InnoDB: Initializing buffer pool, size = 8.0M
180107 21:37:46  InnoDB: Completed initialization of buffer pool
180107 21:37: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: 'open'.
InnoDB: Cannot continue operation.
180107 21:37:46 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ende                                          d

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: