RE: Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!

2002-11-22 Thread Shon Stephens
or whatever your paths are. -Original Message- From: Kenneth Illingsworth [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 4:06 PM To: [EMAIL PROTECTED] Subject: RE: Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root! Tha

RE: Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!

2002-11-22 Thread Shon Stephens
, 2002 3:30 PM To: < Subject: Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root! This happens when I try to start the mysql daemon. I have checked the manual, but cannot fathom what else I am supposed to do. Here is what has been done so fa

Fatal error: Please read "Security" section of the manual tofind out how to run mysqld as root!

2002-11-22 Thread Kenneth Illingsworth
This happens when I try to start the mysql daemon. I have checked the manual, but cannot fathom what else I am supposed to do. Here is what has been done so far: ./scripts//mysql_install_db seemed to initialize the MySQL db's ok. I also executed the following statements without issue: chown -

mysqld as root

2001-09-02 Thread Michael Widenius
user as root you had to Ken> use --user=root, this seems to be gone! Ken> from the manual: Ken> F.2.26 Changes in release 3.23.15 Ken>  To start mysqld as root, you must now use the --user=root option. Ken> This does not seem to be true (tested on freebsd 3.23.41 etc), the Ken&g

Re: mysqld as root

2001-09-01 Thread Sinisa Milivojevic
Jeremy Zawodny writes: > On Thu, Aug 30, 2001 at 02:12:33PM +0300, Sinisa Milivojevic wrote: > > The code, please. :-) > > I was just bit by the same problem the other day while shuffling > my.cnf files around on a server. Took me a minute to figure out what > was going on. > > Jeremy > -- >

Re: mysqld as root

2001-08-31 Thread Jeremy Zawodny
On Thu, Aug 30, 2001 at 02:12:33PM +0300, Sinisa Milivojevic wrote: > > > from the manual: > > F.2.26 Changes in release 3.23.15 > >  To start mysqld as root, you must now use the --user=root option. > > > > This does not seem to be true (tested on freebsd 3.23

Re: mysqld as root

2001-08-30 Thread Sinisa Milivojevic
om the manual: > F.2.26 Changes in release 3.23.15 >  To start mysqld as root, you must now use the --user=root option. > > This does not seem to be true (tested on freebsd 3.23.41 etc), the > reason I have a problem with this is I am getting some files owned by > root, which

mysqld as root

2001-08-29 Thread Ken Menzel
 To start mysqld as root, you must now use the --user=root option. This does not seem to be true (tested on freebsd 3.23.41 etc), the reason I have a problem with this is I am getting some files owned by root, which is a problem if someone restarts mysql as "safe_mysqld&". I am