I have mysql-server-3.23.22.6 and mysql-3.23.22.6, packages
installed on my PC during Linux RedHat 7.0 installation.
The problem occurs when starting mysqld program :
The command :
mysql install db
is OK
but the command :
safe mysqld
starts the server mysqld witch stops immediately after.
When I look at the file :
/var/lib/mysql/my local host.err
I find the lines :
010212 13:26:29 mysqld started
010212 13:26:30 /usr/libexec/mysqld: Can't find file:
'./mysql/host.frm' (errno: 13)
010212 13:26:30 mysqld ended
The file host.frm is in : /var/lib/mysql/mysql/
I tried to copy all the files from /var/lib/mysql/mysql/ to
/var/lib/mysql/
but the problem still remain.
Can you help me please.
Thank you.
[EMAIL PROTECTED]