Fedora下刚装的Mysql5安装后无法启动~

发布于 2022-09-27 15:01:02 字数 3131 浏览 11 评论 0

跑在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

碍人泪离人颜 2022-10-04 15:01:02

恩, 只能自己先顶~~

叫思念不要吵 2022-10-04 15:01:02

是不是忘了执行一步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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文