Hello everybody, i don´t know if i deserve a big RTFM... After install a MySQL Binary Distribution, the mysql-standard-4.0.13-sgi-irix6.5-mips in a SGI machine with IRIX64, the localhost.err was:
030604 17:50:59 mysqld started InnoDB: The first specified data file ./ibdata1 did not exist: InnoDB: a new database to be created! 030604 17:51:00 InnoDB: Setting file ./ibdata1 size to 10 MB InnoDB: Database physically writes the file full: wait... 030604 17:51:02 InnoDB: Log file ./ib_logfile0 did not exist: new to be created InnoDB: Setting log file ./ib_logfile0 size to 5 MB InnoDB: Database physically writes the file full: wait... 030604 17:51:03 InnoDB: Log file ./ib_logfile1 did not exist: new to be created InnoDB: Setting log file ./ib_logfile1 size to 5 MB InnoDB: Database physically writes the file full: wait... InnoDB: Doublewrite buffer not found: creating new InnoDB: Doublewrite buffer created InnoDB: Creating foreign key constraint system tables InnoDB: Foreign key constraint system tables created 030604 17:51:06 InnoDB: Started /opt/mysql-standard-4.0.13-sgi-irix6.5-mips/bin/mysqld: ready for connections. Version: '4.0.13-standard' socket: '/tmp/mysql.sock' port: 3306
But when i try to acces the mysql console...
bin/mysql ERROR 1135: Can't create a new thread (errno 1). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug
lets see the process ps -e | grep my
1763485 ? 0:00 mysqld_sa 1777906 ? 1:51 mysqld
and the mysql.sock is in the /tmp directory...
please, could you tell me what i'm doing wrong? Thank you very much.