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