Can you start it with strace running and see where it fails? I suspect its
an issue with finding the group file. If this is the cause you will need to
build mySQL yourself.
Btw please send arch / version / system hardware spec.
--
DVP
> -Original Message-
> From: Mozzi [mailto:[EMAIL PRO
2003 14:31
To: Mark Colvin
Cc: MySQL Mailing List (E-mail)
Subject: Re: mysqld problem
Pick/Create a different directory. Make it owned by mysql:mysql, and set
it mode 775.
Mysqld can not write to /usr/local/bin.
Mark Colvin wrote:
>I am having difficulty stopping and starting my mysql ser
Pick/Create a different directory. Make it owned by mysql:mysql, and set
it mode 775.
Mysqld can not write to /usr/local/bin.
Mark Colvin wrote:
I am having difficulty stopping and starting my mysql server. The mysqld is
currently running as all of the client machines can access the database. If
"Grzegorz Golofit" <[EMAIL PROTECTED]> wrote:
> I have problem with running mysqld
> I installed the following rpm packages incladed with RedHat 7.1 (Seawolf) edition
> cd`s which I am running on my machine:
> -mysql-3.23.36-1
> - mysql-server-3.23.36.1
> - mysql-devel-3.23.36-1
> First I tried to
Gregory,
> mysql started
> /usr/libexec/mysqld: Can`t find file ' ./mysql/host.frm' (errno: 13)
> mysqld ended
You forgot to run the mysql_install_db script that sets up the initial
grant tables:
http://www.mysql.com/doc/en/Post-installation.html
Regards,
--
Stefan Hinz <[EMAIL PROTECTED]>
Try this in mysql/bin/perror
Tells you what the error code means.
<---snip--->
> ./perror 13
Error code 13: Permission denied
<---snip--->
Simon
-Original Message-
From: Grzegorz Golofit [mailto:[EMAIL PROTECTED]
Sent: 04 June 2003 08:36
To: [EMAIL PROTECTED]
Subject: Mysqld problem
On 23/3/03 16:36, "Jeff Shapiro" <[EMAIL PROTECTED]> wrote:
>
> It looks to me like you have a permissions problem with your
> directories. You need to make sure that the directory own for the
> mysql directory tree is your mysql user.
[...]
> I just checked your error code with:
> [~] [0] > pe
It looks to me like you have a permissions problem with your
directories. You need to make sure that the directory own for the
mysql directory tree is your mysql user.
You can't use the Users section of Systems Preferences to create the
MySQL user, you have to use the NetInfo utility. Apple as
Not sure how helpful I'll be able to be for you. I installed
MySQL-3.23.36-1.i386.rpm and MySQL-client-3.23.36-1.i386.rpm packages. I
verified that everything worked as root and then shutdown the server. I
then followed the steps outlined on p. 476 of the manual (also p. 419 of
Monty Widenius'