After installing MySQL 5.0.2  on MDK10.0 mysqld doesn't start with error:

"Can't create/write to file '/root/tmp/ibu6vdue' (Errcode: 13)"

I think it's a problem with innodb, if I add skip-innodb on my.cnf
mysqld starts up:

041203 14:04:01  mysqld started
041203 14:04:01 [Warning] Asked for 196608 thread stack, but got 126976
/usr/sbin/mysqld: ready for connections.
Version: '5.0.2-alpha-standard-log'  socket: '/var/lib/mysql/mysql.sock'  port:

But when I enable innodb (#skip-innodb on my.cnf);
041203 14:04:56  mysqld started
041203 14:04:56 [Warning] Asked for 196608 thread stack, but got 126976
./usr/sbin/mysqld: Can't create/write to file '/root/tmp/ibu6vdue' (Errcode: 13)
041203 14:04:56  InnoDB: Error: unable to create temporary file; errno: 13
041203 14:04:56 [ERROR] Can't init databases
041203 14:04:56 [ERROR] Aborting

041203 14:04:56 [Note] /usr/sbin/mysqld: Shutdown complete

041203 14:04:56  mysqld ended

The only way to do work innodb is chmod 777 /root and /root/tmp, =(

Alejandro

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to