| nagelbett 2005-03-26, 3:56 pm |
| I've got an SGI O2 running Irix 6.5. From the SGI freeware download pages I
downloaded MySQL for Irix 6.5. I let the computer do the basic installation.
After this installation I was not able to run mysql.
I tried to startup de deamon with
> mysqld_safe &
and
> mysql_safe --user=mysql &
The current system will not startup de mysql server.
Some extra info:
The user mysql is known to the system. All read and write rights seem to be
in order.
At the bottom I added some log-output. The file "host.frm" (and others) are
available under "/var/spool/mysql/mysql"
Gruptek,
Arno.
050326 14:42:17 mysqld started
050326 14:42:18 InnoDB: Started
050326 14:42:18 Fatal error: Can't open privilege tables: Can't find file:
'./mysql/host.frm' (errno: 13)
050326 14:42:18 Aborting
050326 14:42:18 InnoDB: Starting shutdown...
050326 14:42:20 InnoDB: Shutdown completed
050326 14:42:20 /usr/freeware/sbin/mysqld: Shutdown Complete
050326 14:42:20 mysqld ended
|