>Description: I downloaded the binary for mysql-3.23.30-gamma-hp-hpux10.20-hppa1.1. And followed the following procedure :- shell> groupadd mysql shell> useradd -g mysql mysql shell> cd /usr/local shell> gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf - shell> ln -s mysql-VERSION-OS mysql shell> cd mysql shell> scripts/mysql_install_db I'm unable to start the mysql server . It crashes with the following message :- # cd mysql # scripts/mysql_install_db Preparing db table Preparing host table Preparing user table Preparing func table Preparing tables_priv table Preparing columns_priv table Installing all prepared tables scripts/mysql_install_db[284]: 5269 Memory fault(coredump) Installation of grant tables failed! Trying to start manually also ends with the same error message :- # bin/safe_mysqld --user=mysql & [1] 5759 # Starting mysqld daemon with databases from /a/stor/hp700_ux100/usr/local/mysql-3.23.30-gamma-hp-hpux10.20-hppa1.1/data bin/safe_mysqld[216]: 5771 Memory fault 010118 15:26:28 mysqld ended >How-To-Repeat: shell> groupadd mysql shell> useradd -g mysql mysql shell> cd /usr/local shell> gunzip < mysql-3.23.30-gamma-hp-hpux10.20-hppa1.1.tar.gz | tar xvf - shell> ln -s mysql-3.23.30-gamma-hp-hpux10.20-hppa1.1 mysql shell> cd mysql shell> scripts/mysql_install_db >Fix: >Submitter-Id: [EMAIL PROTECTED] >Originator: >Organization: Intel Corp >MySQL support: [none] >Synopsis: scripts/mysql_install_db[284]: 5269 Memory fault(coredump) >Severity: >Priority: >Category: mysql >Class: >Release: mysql-3.23.30-gamma (Official MySQL binary) >Environment: System: HP-UX pdchp49 B.10.20 A 9000/782 2002743626 two-user license Some paths: /usr/local/bin/perl /usr/bin/make /usr/local/bin/gmake /usr/bin/cc Compilation info: CC='gcc' CFLAGS='-DHPUX -I/opt/dce/include -fomit-frame-pointer -O6 -fpic' CXX='gcc' CXXFLAGS='-DHPUX -I/opt/dce/include -felide-constructors -fno-exceptions -fno-rtti -O6 ' LDFLAGS='' LIBC: -r-xr-xr-x 1 bin bin 1859584 Jul 16 1999 /lib/libc.1 -r--r--r-- 1 bin bin 2453308 Jul 16 1999 /lib/libc.a lrwxr-xr-x 1 root sys 15 Dec 18 1999 /lib/libc.sl -> /usr/lib/libc.1 -r-xr-xr-x 1 bin bin 1859584 Jul 16 1999 /usr/lib/libc.1 -r--r--r-- 1 bin bin 2453308 Jul 16 1999 /usr/lib/libc.a lrwxr-xr-x 1 root sys 15 Dec 18 1999 /usr/lib/libc.sl -> /usr/lib/libc.1 Configure command: ./configure --prefix=/usr/local/mysql '--with-comment=Official MySQL binary' --with-extra-charsets=complex --with-pthread --with-named-thread-libs=-ldce --disable-shared Perl: This is perl, version 4.0 --------------------------------------------------------------------- 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