I try to install Binary package SGI Irix6.5 mysql-3.23.52

Following documentation I unpacked distribution in /...usr/local/ 
and created a directory mysql.
 
When I tried to execute mysql_install_db I got an error message I cannot resolve: 


> ./scripts/mysql_install_db
Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
020830 11:44:22  Can't create interrupt-thread (error 1, errno: 1)
Installation of grant tables failed!

Examine the logs in ./data for more information.
You can also try to start the mysqld daemon with:
./bin/mysqld --skip-grant &

// I tried to start daemon with --skip-grant option but have the same result:
//This is my err log from /data directory:

020830 12:16:39  mysqld started
020830 12:16:42  Can't create interrupt-thread (error 1, errno: 1)
020830 12:16:42  mysqld ended

Any idea what might be wrong? 

Thank you very much for your attention,
          Svetlana. 

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to