>Description: I just intalled MySQL on my linux 7.2 system. However, it doesn't run. Here is what I did: 1. I did a partionless installation to upgrade RedHat 6.2 to 7.2 2. from the CD, I ran rpm for 4 packages: mysql-3.23.41-1.i386.rpm mysql-devel-3.23.41-1.i386.rpm mysql-server-3.23.41-1.i386.rpm mysqlclient9-3.23.22-6.i386.rpm 3. I ran /usr/bin/safe_mysqld &. However, I saw this: Starting mysqld daemon with databases from /var/lib/mysql 011227 21:16:51 mysqld ended 4. I found that under /var/lib/mysql srwxrwxrwx 1 mysql mysql 0 Dec 27 21:00 mysql.sock 5. I ran /usr/bin/mysql, then I got: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) 6. I checked my /etc/hosts, I do have 127.0.0.1 localhost 7. THere is no *.err or *.log file under /var/lib/mysql. SO I can't provide you a report. >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: 1643 >Originator: root >Organization: <organization of PR author (multiple lines)> >MySQL support: none >Synopsis: <synopsis of the problem (one line)> >Severity: critical >Priority: high >Category: mysql >Class: <[ sw-bug | doc-bug | change-request | support ] (one line)> >Release: mysql-3.23.41 (Source distribution) >Environment: <machine, os, target, libraries (multiple lines)> System: Linux 3u0v8 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 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/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98) Compilation info: CC='gcc' CFLAGS='-O2 -march=i386 -mcpu=i686 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE' CXX='c++' CXXFLAGS='-O2 -march=i386 -mcpu=i686 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE' LDFLAGS='' LIBC: lrwxrwxrwx 1 root root 13 Dec 26 20:42 /lib/libc.so.6 -> libc-2.2.4.so -rwxr-xr-x 1 root root 1282588 Sep 4 14:49 /lib/libc-2.2.4.so -rw-r--r-- 1 root root 27304836 Sep 4 14:34 /usr/lib/libc.a -rw-r--r-- 1 root root 178 Sep 4 14:34 /usr/lib/libc.so Configure command: ./configure i386-redhat-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --without-debug --without-readline --enable-shared --with-extra-charsets=complex --with-bench --localstatedir=/var/lib/mysql --with-unix-socket-path=/var/lib/mysql/mysql.sock --with-mysqld-user=mysql --with-extra-charsets=all --disable-assember --with-berkeley-db --enable-large-files=yes --enable-largefile=yes --with-thread-safe-client --enable-assembler __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com --------------------------------------------------------------------- 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