Make sure mysql owns all the directories and files in its database
directory.
If you have never seen host.ISM on your .22 server, then you never looked.
It sounds like you also ran mysql_install_db and overwrote your
privilege tables. That is why they are now .MYD and .MYI.
You also probably
Werner Stuerenburg wrote:
>
> > I just updated MySQL 2.22 to 2.23 and when I went to restart the server,
> > I got this error message in the /var/lib/mysql/err.log file:
> > 010627 11:19:22 /usr/sbin/mysqld: Can't open file: 'host.ISM'. (errno:
> > -1
> I just updated MySQL 2.22 to 2.23 and when I went to restart the server,
> I got this error message in the /var/lib/mysql/err.log file:
> 010627 11:19:22 /usr/sbin/mysqld: Can't open file: 'host.ISM'. (errno:
> -1)
> mysqld ended on Wed Jun 27 11:19:22 PDT 2001
Hello,
I just updated MySQL 2.22 to 2.23 and when I went to restart the server,
I got this error message in the /var/lib/mysql/err.log file:
010627 11:19:22 /usr/sbin/mysqld: Can't open file: 'host.ISM'. (errno:
-1)
mysqld ended on Wed Jun 27 11:19:22 PDT 2001
I've never
host.ism is in the var/mysql/mysql directory.
chown -R mysql /var/mysql
Subistitute the real path for /var/mysql.
[EMAIL PROTECTED] wrote:
>> Description:
>
>
> Upgraded from 3.22.27 to 3.23.32. Built from source.
>
> When attempting to start the daemon, it immedia
>Description:
Upgraded from 3.22.27 to 3.23.32. Built from source.
When attempting to start the daemon, it immediately terminates. Log file shows "Can't
find file: 'host.ISM' (errno: 2)". I checked the old data directory (from where I
copied the database files
ay, January 24, 2001 7:43 PM
To: MySQL
Subject: MySQL-3.22.32 host.ISM not found. Plz HELP
Hi everybody, I'm trying to install MySQL-3.22.32
on a RH 7.0 everything looks normal but the server
dies sending this message
mysqld: Can't find file: 'host.ISM' (errno: 2)
How
Hi everybody, I'm trying to install MySQL-3.22.32
on a RH 7.0 everything looks normal but the server
dies sending this message
mysqld: Can't find file: 'host.ISM' (errno: 2)
How do I fix this?, Where can I get this file? or How
can