LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 758|回复: 0

升级mysql到4.1出问题了

[复制链接]
发表于 2005-1-24 22:04:41 | 显示全部楼层 |阅读模式
开始的时候是启动之后无法停止,后来把/var目录里原来的mysql数据全部删掉,重新安装mysql,运行mysql_install_db出现这样
  1. root@Jack /home/gray # mysql_install_db
  2. Installing all prepared tables
  3. /usr/bin/mysql_create_system_tables: line 664:  8612 断开的管道              cat  <<END_OF_DATA
  4. use mysql;
  5. $c_d
  6. $i_d

  7. $c_h
  8. $i_h

  9. $c_u
  10. $i_u

  11. $c_f
  12. $i_f

  13. $c_t
  14. $c_c

  15. $c_ht
  16. $c_hc
  17. $c_hr
  18. $c_hk

  19. $c_tzn
  20. $i_tzn
  21. $c_tz
  22. $i_tz
  23. $c_tzt
  24. $i_tzt
  25. $c_tztt
  26. $i_tztt
  27. $c_tzls
  28. $i_tzls
  29. END_OF_DATA

  30. Installation of system tables failed!

  31. Examine the logs in /var/lib/mysql for more information.
  32. You can also try to start the mysqld daemon with:
  33. /usr/sbin/mysqld --skip-grant &
  34. You can use the command line tool
  35. /usr/bin/mysql to connect to the mysql
  36. database and look at the grant tables:

  37. shell> /usr/bin/mysql -u root mysql
  38. mysql> show tables

  39. Try 'mysqld --help' if you have problems with paths. Using --log
  40. gives you a log in /var/lib/mysql that may be helpful.

  41. The latest information about MySQL is available on the web at
  42. http://www.mysql.com
  43. Please consult the MySQL manual section: 'Problems running mysql_install_db',
  44. and the manual section that describes problems on your OS.
  45. Another information source is the MySQL email archive.
  46. Please check all of the above before mailing us!
  47. And if you do mail us, you MUST use the /usr/bin/mysqlbug script!
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表