rpm编译mysql出现的怪异问题

发布于 2022-07-21 00:30:06 字数 1606 浏览 9 评论 5

用rpm编译mysql时出现如下问题

  1. Preparing db table
  2. Preparing host table
  3. Preparing user table
  4. Preparing func table
  5. Preparing tables_priv table
  6. Preparing columns_priv table
  7. Installing all prepared tables
  8. Fatal error: Can't change to run as user 'mysql'.  Please check that the user exists!
  9. 060510 21:27:52 Aborting
  10. 060510 21:27:52 /usr/sbin/mysqld: Shutdown Complete
  11. Installation of grant tables failed!
  12. Examine the logs in /var/lib/mysql for more  information.
  13. You can also try to start the mysqld daemon with:
  14. /usr/sbin/mysqld --skip-grant &
  15. You can use the command line tool
  16. /usr/bin/mysql to connect to the mysql
  17. database and look at the grant tables:
  18. shell> /usr/bin/mysql -u root mysql
  19. mysql> show tables
  20. Try 'mysqld --help' if you have problems with paths. Using --log
  21. gives you a log in /var/lib/mysql that may be helpful.
  22. The latest information about MySQL is available on the web at
  23. http://www.mysql.com
  24. Please consult the MySQL manual section: 'Problems running mysql_install_db',
  25. and the manual section that describes problems on your OS.
  26. Another information source is the MySQL email archive.
  27. Please check all of the above before mailing us!
  28. And if you do mail us, you MUST use the /usr/bin/mysqlbug script!

复制代码
然后mysql无法启动,高手们帮忙看看这是什么问题啊?谢谢了

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(5

自找没趣 2022-07-23 18:14:22

还是没有解决,郁闷阿

神妖 2022-07-23 18:12:18

mysql这个用户是存在的,用su mysql还可以切换呢

海风掠过北极光 2022-07-23 18:04:33

还是英文不好。。。
Fatal error: Can't change to run as user 'mysql'.  Please check that the user exists!

尾戒~ 2022-07-23 17:11:16

加个mysql的用户就可以了

useradd mysql

合约呢 2022-07-23 17:10:43

通过查看com.err反复出现如下错误,不知道哪里的问题

  1. 060510 21:26:38  mysqld started
  2. Fatal error: Can't change to run as user 'mysql'.  Please check that the user exists!
  3. 060510 21:26:38 Aborting
  4. 060510 21:26:38 /usr/sbin/mysqld: Shutdown Complete
  5. 060510 21:26:38  mysqld ended

复制代码

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