Re: Help with MySQL 4.1.8 Not starting under Fedora Core3

2005-01-08 Thread Neculai Macarie
> When I su mysql and run mysqld I get this: > 050107 14:09:12 [Warning] Asked for 196608 thread stack, but got 126976 > mysqld: Can't create/write to file '/tmp/ib5ArcLz' (Errcode: 13) > 050107 14:09:12 InnoDB: Error: unable to create temporary file; errno: 13 > 050107 14:09:12 [ERROR] Can't init

Re: Help with MySQL 4.1.8 Not starting under Fedora Core3

2005-01-07 Thread Santino
Permission problem: [EMAIL PROTECTED] santino]$ perror 13 Error code 13: Permission denied Check /tmp permission and check /usr/local/mysql/data/ user and group of this directory must be mysql:mysql if not: chown -R mysql:mysql /usr/local/mysql/data/ Santino PS: /usr/local/mysql is a symbolic lin