Jacob:
host.frm is the table definition file for the host table in the system database (mysql). It lists the hosts that are allowed to connect to MySQL as well as their privileges. Incorrect information in host.frm error means mysqld tried to open this file but failed. Check your permissions/ownership. Something like this often does the trick:
chown mysql.mysql -R /var/lib/mysql
If this does not fix it, a re-run of mysql_install_db should.
-- Sasha Pachev AskSasha Linux Consulting http://www.asksasha.com
--------------------
BYU Unix Users Group http://uug.byu.edu/
The opinions expressed in this message are the responsibility of their
author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
