You really should reply to the list and not just me.  I may not be able to
help you or I may not have the time.

If my memory serves me correctly, my mysql.host is in /var/lib/mysql
directory.  I'd have to check but I'm too lazy to right now.  Do a find on
your PC for that file.  IF it doesn't exist, it is most likely because you
haven't done a post install and you should go back and read the relevant
part of the manual.  Or did someone delete it?  If it does exist, I am sure
there is a setting somewhere that you can set the path to the DB but I'm
sure you can RTFM just as well as I can for that info.

----- Original Message -----
From: "Find4u" <[EMAIL PROTECTED]>
To: "Rolf Hopkins" <[EMAIL PROTECTED]>
Sent: Wednesday, February 28, 2001 7:17
Subject: RE: MySqwl does not start (server)


>
> Thanks for replying I don't think it's running, I did find this error
>
> 010227 22:50:20  mysqld started
> Warning: One can only use the --user switch if running as root
> 010227 22:50:20  /usr/libexec/mysqld: Table 'mysql.host' doesn't exist
> 010227 22:50:20  mysqld ended
>
> do you have a copy of mysql.host and the default location
>
> Thanks again
>
> Richard
> -----Original Message-----
> From: Rolf Hopkins [mailto:[EMAIL PROTECTED]]
> Sent: 27 February 2001 01:24
> To: Atle Veka; Find4u
> Cc: [EMAIL PROTECTED]
> Subject: Re: MySqwl does not start (server)
>
>
> It is most likely already running.  Use ps -ef to find out.
>
> ----- Original Message -----
> From: "Atle Veka" <[EMAIL PROTECTED]>
> To: "Find4u" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 27, 2001 8:43
> Subject: Re: MySqwl does not start (server)
>
>
> >
> > it would be helpful to see the last lines of your error logs.. from this
> > it's impossible to tell what's wrong ;)
> >
> >
> > Atle
> >
> > On Tue, 27 Feb 2001, Find4u wrote:
> >
> > >
> > >
> > > this is what happens
> > >
> > > [root@find4uls1 bin]# Starting mysqld daemon with databases from
> > > /var/lib/mysql
> > > 010226 13:12:22  mysqld ended
> > >
> > >
> > > [1]+  Done                    ./safe_mysqld --user=mysql
> > > [root@find4uls1 bin]# ./safe_mysqld -user=mysql &
> > > [1] 20057
> > > [root@find4uls1 bin]# Starting mysqld daemon with databases from
> > > /var/lib/mysql
> > > 010227 00:12:58  mysqld ended
> > >
> > >
> > > [1]+  Done                    ./safe_mysqld -user=mysql
> > > [root@find4uls1 bin]#
> > >
> > > Thanks for any help!!
> > >
> > >
> > >
> > > SEND-PR: -*- send-pr -*-
> > > SEND-PR: Lines starting with `SEND-PR' will be removed automatically,
as
> > > SEND-PR: will all comments (text enclosed in `<' and `>').
> > > SEND-PR:
> > > From: root
> > > To: [EMAIL PROTECTED]
> > > Subject: [50 character or so descriptive subject here (for reference)]
> > >
> > > >Description:
> > > <precise description of the problem (multiple lines)>
> > > >How-To-Repeat:
> > > <code/input/activities to reproduce the problem (multiple lines)>
> > > >Fix:
> > > <how to correct or work around the problem, if known (multiple lines)>
> > >
> > > >Submitter-Id: <submitter ID>
> > > >Originator: root
> > > >Organization:
> > >  <organization of PR author (multiple lines)>
> > > >MySQL support: [none | licence | email support | extended email
> support ]
> > > >Synopsis: <synopsis of the problem (one line)>
> > > >Severity: <[ non-critical | serious | critical ] (one line)>
> > > >Priority: <[ low | medium | high ] (one line)>
> > > >Category: mysql
> > > >Class: <[ sw-bug | doc-bug | change-request | support ] (one line)>
> > > >Release: mysql-3.23.22-beta (Source distribution)
> > >
> > > >Environment:
> > > <machine, os, target, libraries (multiple lines)>
> > > System: Linux find4uls1.co.uk 2.2.16-22 #1 Tue Aug 22 16:16:55 EDT
2000
> i586
> > > unknown
> > > Architecture: i586
> > >
> > > Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc
> > > /usr/bin/cc
> > > GCC: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
> > > gcc version 2.96 20000731 (Red Hat Linux 7.0)
> > > Compilation info: CC='gcc'  CFLAGS='-O2 -march=i386 -mcpu=i686'
> CXX='c++'
> > > CXXFLAGS='-O2 -march=i386 -mcpu=i686'  LDFLAGS=''
> > > LIBC:
> > > lrwxrwxrwx    1 root     root           14 Feb 23 13:22
> /lib/libc.so.6 ->
> > > libc-2.1.92.so
> > > -rwxr-xr-x    1 root     root      4686077 Aug 30 21:17
> /lib/libc-2.1.92.so
> > > -rw-r--r--    1 root     root     22607104 Aug 30 21:15
/usr/lib/libc.a
> > > -rw-r--r--    1 root     root          178 Aug 30 21:15
/usr/lib/libc.so
> > > Configure command: ./configure
> > >
> > >
>
i386-redhat-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbind
> > >
>
ir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/includ
> > >
>
e --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --shareds
> > >
>
tatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --without
> >
>
> -debug --without-readline --enable-shared --with-extra-charsets=complex --
> wi
> > >
>
thout-bench --localstatedir=/var/lib/mysql --with-unix-socket-path=/var/lib/
> > > mysql/mysql.sock --enable-assembler --with-mysqld-user=mysql
> > >
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > Before posting, please check:
> > >    http://www.mysql.com/manual.php   (the manual)
> > >    http://lists.mysql.com/           (the list archive)
> > >
> > > To request this thread, e-mail <[EMAIL PROTECTED]>
> > > To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> > > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> > >
> >
> >
> > ---------------------------------------------------------------------
> > Before posting, please check:
> >    http://www.mysql.com/manual.php   (the manual)
> >    http://lists.mysql.com/           (the list archive)
> >
> > To request this thread, e-mail <[EMAIL PROTECTED]>
> > To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to