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


error configuring mysql

2003-09-29 Thread Jose Rojas
I am trying to run the initial configure program on a Cobalt RaQ2 appliance, following 
the instruction from  http://www.ospex.com/raq2-php-mysql-apache.html

It seems, that some initial parameters are missing, like --host. What are the right 
ones I have to use?
Here are the errors it displays:

[root mysql-3.23.56]# ./configure \ 
--with-low-memory \ 
--disable-assembler \ 
--disable-shared \ 
--with-mysqld-ldflags=-all-static \ 
--with-client-ldflags=-all-static \ 
--prefix=/home/mysql \ 
--localstatedir=/home/mysql/data \ 
--disable-maintainer-mode \ 
--with-mysqld-user=mysql \ 
--without-comment \ 
--without-debug \ 
--without-bench \ 
--without-test \ 
--without-raid 
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type:  
checking build system type... config.sub: missing argument
Try `config.sub --help' for more information.
configure: error: /bin/sh ./config.sub   failed