Re: Errors starting Mysql

2003-10-09 Thread Victoria Reznichenko
Jose Rojas [EMAIL PROTECTED] wrote:
 
 I have installed Mysql 2.23.56 in Linux (Cobalt), but when it is started shows the 
 next messages in the ../var/*.err  file:
 
 mysqld started
 /home/mysql/libexec/mysqld: File './dns1-bin.1' not found (Errcode: 13)
 031008 15:18:16  Could not use dns1-bin for logging (error 13)
 031008 15:18:16  /home/mysql/libexec/mysqld: Can't create/write to file 
 '/home/mysql/var/dns1.sinfin.net.mx.pid' (Errcode: 13)
 031008 15:18:16  /home/mysql/libexec/mysqld: Can't find file: './mysql/host.frm' 
 (errno: 13)
 031008 15:18:16  /home/mysql/libexec/mysqld: Error on delete of 
 '/home/mysql/var/dns1.sinfin.net.mx.pid' (Errcode: 13)
 031008 15:18:16  mysqld ended
 
 I changed group write permissions to ../var directory, but the other files about 
 error 13 I don't know how to fix them
 

The user under which MySQL server runs must be owner of the data dir.


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [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]



Re: Errors starting Mysql

2003-10-09 Thread Jose Rojas
I installed all the stuff as root, so /home/mysql and beyond are root owner
and group. Should I have to change to mysql user and group?

- Original Message -
From: Victoria Reznichenko [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 2:57 AM
Subject: Re: Errors starting Mysql


 Jose Rojas [EMAIL PROTECTED] wrote:
 
  I have installed Mysql 2.23.56 in Linux (Cobalt), but when it is started
shows the next messages in the ../var/*.err  file:
 
  mysqld started
  /home/mysql/libexec/mysqld: File './dns1-bin.1' not found (Errcode: 13)
  031008 15:18:16  Could not use dns1-bin for logging (error 13)
  031008 15:18:16  /home/mysql/libexec/mysqld: Can't create/write to file
'/home/mysql/var/dns1.sinfin.net.mx.pid' (Errcode: 13)
  031008 15:18:16  /home/mysql/libexec/mysqld: Can't find file:
'./mysql/host.frm' (errno: 13)
  031008 15:18:16  /home/mysql/libexec/mysqld: Error on delete of
'/home/mysql/var/dns1.sinfin.net.mx.pid' (Errcode: 13)
  031008 15:18:16  mysqld ended
 
  I changed group write permissions to ../var directory, but the other
files about error 13 I don't know how to fix them
 

 The user under which MySQL server runs must be owner of the data dir.


 --
 For technical support contracts, goto https://order.mysql.com/?ref=ensita
 This email is sponsored by Ensita.net http://www.ensita.net/
__  ___ ___   __
   /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
  / /|_/ / // /\ \/ /_/ / /__   [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]



Errors starting Mysql

2003-10-08 Thread Jose Rojas
I have installed Mysql 2.23.56 in Linux (Cobalt), but when it is started shows the 
next messages in the ../var/*.err  file:

mysqld started
/home/mysql/libexec/mysqld: File './dns1-bin.1' not found (Errcode: 13)
031008 15:18:16  Could not use dns1-bin for logging (error 13)
031008 15:18:16  /home/mysql/libexec/mysqld: Can't create/write to file 
'/home/mysql/var/dns1.sinfin.net.mx.pid' (Errcode: 13)
031008 15:18:16  /home/mysql/libexec/mysqld: Can't find file: './mysql/host.frm' 
(errno: 13)
031008 15:18:16  /home/mysql/libexec/mysqld: Error on delete of 
'/home/mysql/var/dns1.sinfin.net.mx.pid' (Errcode: 13)
031008 15:18:16  mysqld ended

I changed group write permissions to ../var directory, but the other files about error 
13 I don't know how to fix them