Bug #853 mysqld dies
Submitted: 16 Jul 2003 10:06 Modified: 16 Jul 2003 23:44
Reporter: Shine Varghese Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version: OS:Linux (linux)
Assigned to: CPU Architecture:Any

[16 Jul 2003 10:06] Shine Varghese
Description:
i am installing redhat linux7.2.i select mysql to install .all installed properly without any dependancies.after the installation i changed the ownership of safe_mysqld to mysql:mysql, and i login as su - mysql.after that i try to run mysqld using the command safe_mysqld &.
then it displays the message 

Sarting mysqld damon with databases from /var/lib/mysql
030716 22:35:56 mysqld ended

when  i open the file /var/log/mysqld.log it shows the error message

030716 22:03:41 mysqld started
030716 22:03:41 /usr/libexec/mysqld : Table 'mysql.host' doesn't exist
030716 22:03:41 mysqld ended.

How to repeat:
i install second time the problem repeats.
[16 Jul 2003 23:44] Lenz Grimmer
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem is not the result of a bug.
For a list of more appropriate places to ask for help using MySQL
products, please visit http://www.mysql.com/support/

Thank you for your interest in MySQL.

This is not a bug, but rather a configuration error - you probably forgot to
run mysql_install_db. See http://www.mysql.com/doc/en/Installing.html and the Red Hat documentation for information on how to install MySQL.