I created this very-simple '/etc/my.conf':
--------
[mysqld]
basedir=/usr/local/mysql
datadir=/usr/local/mysql/var
socket=/tmp/mysql.sock
-----------

But it doesn't still work.

'/usr/local/mysql/var' hosts the data, but within 'mysql'
subdirectory, there are
only two files:
--------------
-rw-rw----  1 mysql root    0 may 30  2005 func.MYD
-rw-rw----  1 mysql root 8877 may 30  2005 tables_priv.frm
----------------

Where are 'host.frm', 'host.MYD' and 'host.MYI'?

On 7/16/06, thomas Armstrong <[EMAIL PROTECTED]> wrote:
Hi.

Working with mySQL 3.23.58 on Linux, I get this error when trying to
start mysqld:
--------------------
060716 03:07:21  mysqld started
060716 03:07:21  /usr/local/mysql/libexec/mysqld: Table 'mysql.host'
doesn't exist
060716 03:07:21  mysqld ended
---------------------

This Linux machine has been working ok for months, and it stopped suddenly.

I don't've any idea about how to fix it, and I don't find any
'/etc/my.conf' file
into this machine. The install directory is '/usr/local/mysql'.

Thank you very much in advance.


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to