Igor Zinkovsky wrote:

After upgrade from 4.1.2 to 4.1.4 I can't start mysqld

error log:

040902 21:47:53 mysqld started
040902 21:47:53 [ERROR] Warning: Asked for 196608 thread stack, but got
126976
/usr/sbin/mysqld: Can't create/write to file '/root/tmp/ibezxsoi' (Errcode:
13)

mysql does not have permission to write to /root/tmp
Why do you have the temp directory set here?

040902 21:47:53 InnoDB: Error: unable to create temporary file; errno: 13
040902 21:47:53 [ERROR] Can't init databases
040902 21:47:53 [ERROR] Aborting

040902 21:47:53 [ERROR] /usr/sbin/mysqld: Shutdown complete

040902 21:47:53 mysqld ended

my /etc/my.cnf:

[mysqld]
log-bin
server-id=1
default-character-set=cp1251
tmpdir=/var/mysqltmp
datadir=/var/lib/mysql
user=mysql
character-sets-dir=/usr/share/mysql/charsets
max_allowed_packet=32M

OS: Linux Mandrake 10.0

I've got this problem on two servers, both Linux Mandrake 10.0.


With best regards, Igor Zinkovsky aka TLoD,Snake








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



Reply via email to