hi there,
i've installed my mysql 3.23.42 and am trying to get it running. but when i type /usr/local/mysql/3.23.42/bin/safe_mysqld &
the mysqld starts and ends right after the start.
the error log says:
011202 16:57:58 mysqld started
011202 16:57:58 /usr/local/mysql/3.23.42/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
011202 16:57:58 mysqld ended
so i searched that host.frm and found it. but when i copy it to /usr/local/mysql/libexec/mysql/ it doesn't help!
where do i have to copy the to, to get the demon runnin?
my install settings where as follows:
./configure --prefix=/usr/local/mysql/3.23.42 --localstatedir=/data/mysql/data
thanx for any help
-thomas jones