Hi!

>>>>> "Deepanshu" == Deepanshu Shukla <[EMAIL PROTECTED]> writes:

Deepanshu> Hi!,
Deepanshu> I tried to install from mysql-3.23.43.tar.gz.

Deepanshu> i configured using ./configure 
Deepanshu> --prefix=/usr/local/mysql
Deepanshu> --localstatedir=/usr/local/mysql/data

Deepanshu> and then make and make install

Deepanshu> changed all the permissions.

Deepanshu> Then on starting safe_mysqld i get this error in .err
Deepanshu> file
Deepanshu> -------------------------------------------------------
Deepanshu> 011022 02:07:09  mysqld started
Deepanshu> ^G/usr/local/mysql/libexec/mysqld: File
Deepanshu> './it-106-bin.1' not found (Errcode: 13)

<cut>

Unix error 13 means 'Permission denied' (You can check this with the
perror utility).

Fix:

Restart mysqld as root or ensure that you have full right permissions
to the MySQL data directory.

Regards,
Monty

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to