- 论坛徽章:
- 0
|
本帖最后由 chinafenghao 于 2013-11-01 11:05 编辑
如题
[root@localhost Desktop]# tail -n 20 /var/log/mysqld.log
131022 2:03:06 InnoDB: Completed initialization of buffer pool
131022 2:03:06 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.
131022 02:03:06 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
131022 02:06:41 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
/usr/libexec/mysqld: Table 'mysql.plugin' doesn't exist
131022 2:06:41 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
131022 2:06:41 InnoDB: Initializing buffer pool, size = 8.0M
131022 2:06:41 InnoDB: Completed initialization of buffer pool
131022 2:06:41 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.
131022 02:06:41 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
|
|