thomas Armstrong wrote:
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'?

Hope you have a backup.

The myd file contains all of your data, so without it, you're out of luck.

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

Reply via email to