Alessio,

the error means that the user running mysqld does not have the access rights to the MySQL 'datadir' (datadir is typically `/usr/local/mysql/data' for a binary installation).

Use Unix commands

man chown

man chmod

to get advice on how to set the owner and the access rights of a directory.

Best regards,

Heikki Tuuri
Innobase Oy
Foreign keys, transactions, and row level locking for MySQL
InnoDB Hot Backup - a hot backup tool for InnoDB which also backs up MyISAM tables
http://www.innodb.com/order.php


Order MySQL technical support from https://order.mysql.com/


----- Original Message ----- From: "Gleb Paharenko" <[EMAIL PROTECTED]>
Newsgroups: mailing.database.myodbc
Sent: Tuesday, November 16, 2004 6:25 PM
Subject: Re: Mysql-4.1.7 Start - Ended error - Solaris 8



Hello, Alessio.

Check permissions on directories which should contain innodb data files.
User mysql should have write permissions on that directories.
You may use --user command line option to specify user you want. Also see:
 http://dev.mysql.com/doc/mysql/en/File_permissions.html
 http://dev.mysql.com/doc/mysql/en/Changing_MySQL_user.html
 http://dev.mysql.com/doc/mysql/en/Starting_server.html

Sorry form my english, I am Italian.....

I'm from Ukraine, and as I know the phonations of our languages are very
similar. Your language is one of the most melodious in the West Europe, and
mine in the East :)



They are successful to install mysql-4.1.7 on o.s. solaris 8 thanks to the suggestions of
Gleb Paharenko.


Now I have this problem:
When start the command "mysqld_safe &" mysql start and ended immediately. In the log
file I find this error:


"041115 20:43:42 mysqld started
041115 20:43:42 InnoDB: Operating system error number 13 in a file operation.
InnoDB: The error means mysqld does not have the access rights to
InnoDB: the directory.
InnoDB: File name ./ibdata1
InnoDB: File operation call: 'create'.
InnoDB: Cannot continue operation.
041115 20:43:42 mysqld ended"


Help me, thanks
[EMAIL PROTECTED] wrote:


--
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
  __  ___     ___ ____  __
 /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
/ /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
      <___/   www.mysql.com




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




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



Reply via email to