MySQL Forums
Forum List  »  Install & Repo

MySQL 4.1.4 RPM startup problem
Posted by: Igor Zinkovsky
Date: September 02, 2004 11:52AM

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)
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

Options: ReplyQuote


Subject
Written By
Posted
MySQL 4.1.4 RPM startup problem
September 02, 2004 11:52AM
September 28, 2004 04:21PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.