Fedora下刚装的Mysql5安装后无法启动~
跑在Fedora 1而下面, 安装 Mysql 5.0.21:
./configure --prefix=/usr/local/mysql5
启动: /usr/local/mysql5/bin/mysqld_safe --user=mysql &
出现提示:
STOPPING server from pid file /var/run/mysqld/mysqld.pid
060518 23:08:10 mysqld ended
[1]+ Done /usr/local/mysql5/bin/mysqld_safe --user=mysql
查看错误日志: cat /var/lib/mysql/fedora1.err
错误如下:
060518 23:08:08 mysqld started
060518 23:08:09 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
060518 23:08:09 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 36808.
InnoDB: Doing recovery: scanned up to log sequence number 0 43655
060518 23:08:09 InnoDB: Starting an apply batch of log records to the database...
InnoDB: Progress in percents: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
060518 23:08:10 InnoDB: Started; log sequence number 0 43655
060518 23:08:10 [ERROR] /usr/local/mysql5/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
060518 23:08:10 [ERROR] /usr/local/mysql5/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
060518 23:08:10 [ERROR] Fatal error: Can't open and lock privilege tables: Can't find file: './mysql/host.frm' (errno: 13)
060518 23:08:10 mysqld ended
好像是innoDB的问题,不知道如何解决,请高手指教!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
恩, 只能自己先顶~~
是不是忘了执行一步INSTALL命令。 是编译安装的吗? 按照INSTALL里面的命令一步一步的来就可以了。
060518 23:08:10 InnoDB: Started; log sequence number 0 43655
060518 23:08:10 [ERROR] /usr/local/mysql5/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
060518 23:08:10 [ERROR] /usr/local/mysql5/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
060518 23:08:10 [ERROR] Fatal error: Can't open and lock privilege tables: Can't find file: './mysql/host.frm' (errno: 13)
http://www.maming.com/blog/2006/05/31/1149005800144.html