- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2012-8-30 09:28:53
|
显示全部楼层
这2个文件是mysql启动时自动创建的
/usr/local/mysql/bin/mysqld: Table 'mysql.plugin' doesn't exist
120830 8:37:05 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
120830 8:37:05 InnoDB: The InnoDB memory heap is disabled
120830 8:37:05 InnoDB: Mutexes and rw_locks use GCC atomic builtins
120830 8:37:05 InnoDB: Compressed tables use zlib 1.2.3.4
120830 8:37:05 InnoDB: Initializing buffer pool, size = 128.0M
120830 8:37:05 InnoDB: Completed initialization of buffer pool
120830 8:37:05 InnoDB: highest supported file format is Barracuda.
120830 8:37:05 InnoDB: Waiting for the background threads to start
120830 8:37:06 InnoDB: 1.1.8 started; log sequence number 1595685
/usr/local/mysql/bin/mysqld: File './mysql-bin.000013' not found (Errcode: 2)
120830 8:37:06 [ERROR] Failed to open log (file './mysql-bin.000013', errno 2)
120830 8:37:06 [ERROR] Could not open log file
120830 8:37:06 [ERROR] Can't init tc log
120830 8:37:06 [ERROR] Aborting
按日志是你把mysql.plugin这个表和
日志文件mysql-bin.000013删了
可以按日志里的提示/usr/local/mysql/bin/mysql_upgrade 试试
按LNMP的目录,mysql数据库是在/usr/local/mysql/var ,而你的在/usr/local/mysql/data 你自己修改过配置文件? |
|