>Description:
        
I followed the installation steps as provided at:

www.mysql.com/documentation/mysql/bychapter/manual_Installing.html#Installing_binary

When I ran 'bin/safe_mysqld --user=mysqld &' mysqld would not start.
When I did an ls -l, here's what I got:

lrwxrwxrwx   1 mysql    root           32 Feb 20 19:09 mysql -> 
mysql-3.23.33-pc-linux-gnu-i686/
drwxr-xr-x  12 505      mysql        4096 Feb 12 02:37 mysql-3.23.33-pc-linux-gnu-i686

So I did this:

# chown -R mysql mysql-3.23.33-pc-linux-gnu-i686/

after which the ls -l returned:

lrwxrwxrwx   1 mysql    root           32 Feb 20 19:09 mysql -> 
mysql-3.23.33-pc-linux-gnu-i686/
drwxr-xr-x  12 mysql    mysql        4096 Feb 12 02:37 mysql-3.23.33-pc-linux-gnu-i686

Now running './bin/safe_mysqld --user=mysql &' went fine.

I am new to Linux, so I am not sure if it's a bug or feature when the chown didn't 
transfer to the actual directory.

>How-To-Repeat:
        
see description
>Fix:
        
run chown on the actual directory in addition to the symbolic link.

>Submitter-Id:  <submitter ID>
>Originator:    Mette L Moffett
>Organization:
 
>MySQL support: [none | licence | email support | extended email support ]
>Synopsis:      Not sure?
>Severity:      non-critical
>Priority:      low
>Category:      mysql
>Class:         doc-bug
>Release:       mysql-3.23.33 (Official MySQL binary)

>Environment:
        
System: Linux www 2.2.12-20 #1 Mon Sep 27 10:40:35 EDT 1999 i686 unknown
Architecture: i686

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/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
Compilation info: CC='gcc'  CFLAGS='-O6 -mpentium '  CXX='gcc'  CXXFLAGS='-O6 
-mpentium  -felide-constructors'  LDFLAGS='-static'
LIBC: 
lrwxrwxrwx   1 root     root           13 Feb 11 10:22 /lib/libc.so.6 -> libc-2.1.2.so
-rwxr-xr-x   1 root     root      4118299 Sep 19  1999 /lib/libc-2.1.2.so
-rw-r--r--   1 root     root     20020054 Sep 19  1999 /usr/lib/libc.a
-rw-r--r--   1 root     root          178 Sep 19  1999 /usr/lib/libc.so
Configure command: ./configure  --prefix=/usr/local/mysql '--with-comment=Official 
MySQL binary' --with-extra-charsets=complex --enable-assembler 
--with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static --disable-shared
Perl: This is perl, version 5.005_03 built for i386-linux
































































---------------------------------------------------------------------
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