hisham
IS-IT--Management
- Nov 6, 2000
- 194
I reinstalled Mysql in a linux box, when I tried mysqladmin –user mysql &
I get
mysqld ended
When I checked the localhost.localdomain.err, I found
/usr/local/mysql/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
021020 18:03:03 mysqld ended
But I searched for host.frm and I found it at: /usr/local/mysql/data/mysql/host.frm
All the permissions for these files are 777:
/usr/local/mysql/tmp
/usr/local/mysql/tmp/mysql.socket
/usr/local/mysql/data/mysql/host.frm
Now I can’t connect to Mysql server, and how can I connect to mysql server from a host in the same LAN?
Thanks in advance.
I get
mysqld ended
When I checked the localhost.localdomain.err, I found
/usr/local/mysql/libexec/mysqld: Can't find file: './mysql/host.frm' (errno: 13)
021020 18:03:03 mysqld ended
But I searched for host.frm and I found it at: /usr/local/mysql/data/mysql/host.frm
All the permissions for these files are 777:
/usr/local/mysql/tmp
/usr/local/mysql/tmp/mysql.socket
/usr/local/mysql/data/mysql/host.frm
Now I can’t connect to Mysql server, and how can I connect to mysql server from a host in the same LAN?
Thanks in advance.