Small correction :

"Kernel 2.4.21-9.ELsmp on an x86_64" is not valid in this case. It came form
another machine.

Real kernel version is 

Linux pinhpe02 2.4.21-9.EL #1 SMP Thu Jan 8 16:54:40 EST 2004 ia64 ia64 ia64
GNU/Linux

MySQL:

mysql-pro-4.0.18-unknown-linux-ia64

Problem Description:

/usr/local/mysql> ./scripts/mysql_install_db --user=hybmysql


WARNING: The host 'pinhpe02' could not be looked up with resolveip.

This probably means that your libc libraries are not 100 % compatible

with this binary MySQL version. The MySQL daemon, mysqld, should work

normally with the exception that host name resolving will not work.

This means that you should use IP addresses instead of hostnames

when specifying MySQL privileges !

Preparing db table

Preparing host table

Preparing user table

Preparing func table

Preparing tables_priv table

Preparing columns_priv table

Installing all prepared tables

mysqld got signal 11;

This could be because you hit a bug. It is also possible that this binary

or one of the libraries it was linked against is corrupt, improperly built,

or misconfigured. This error can also be caused by malfunctioning hardware.

We will try our best to scrape up some info that will hopefully help
diagnose         
the problem, but since we have already crashed, something is definitely
wrong         
and this may fail.

 

key_buffer_size=8388600

read_buffer_size=131072

max_used_connections=0

max_connections=100

threads_connected=0

It is possible that mysqld could use up to

key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections =
225791 K    
bytes of memory

Hope that's ok; if not, decrease some variables in the equation.

 

Installation of grant tables failed!

 

Examine the logs in ./data for more information.

You can also try to start the mysqld daemon with:

./bin/mysqld --skip-grant &

You can use the command line tool

./bin/mysql to connect to the mysql

database and look at the grant tables:

 

shell> ./bin/mysql -u root mysql

mysql> show tables

 

Try 'mysqld --help' if you have problems with paths. Using --log

gives you a log in ./data that may be helpful.

 

The latest information about MySQL is available on the web at

http://www.mysql.com <http://www.mysql.com>

Please consult the MySQL manual section: 'Problems running
mysql_install_db',         
and the manual section that describes problems on your OS.

Another information source is the MySQL email archive.

Please check all of the above before mailing us!

And if you do mail us, you MUST use the ./bin/mysqlbug script!


As you can see grant table installation failed.

Following is the output from ./bin/mysqlbug

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

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:

>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-4.0.18-pro (Official MySQL-pro binary)

 

>C compiler:

>C++ compiler:

>Environment:

        <machine, os, target, libraries (multiple lines)>

System: Linux pinhpe02 2.4.21-9.EL #1 SMP Thu Jan 8 16:54:40 EST 2004 ia64
ia64 ia64 GNU/Linux                                                        
Architecture: ia64

 

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/ia64-redhat-linux/3.2.3/specs

Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checkin g --with-system-zlib --enable-__cxa_atexit
--host=ia64-redhat-linux

Thread model: posix

gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-24)

Compilation info: CC='ecc'  CFLAGS='-O2 -tpp2 -ip -nolib_inline'  CXX='ecc'
CXXFLAGS='-O2 -tpp2 -ip -nolib_inline'  LDFLAGS=''  ASFLAGS=''           
LIBC:

lrwxrwxrwx    1 root     root           13 Mar 26 04:44 /lib/libc.so.6.1 ->
libc-2.3.2.so                                                             
-rwxr-xr-x    1 root     root      2898136 Nov  7 12:45 /lib/libc-2.3.2.so

-rw-r--r--    1 root     root      5171628 Nov  7 12:46 /usr/lib/libc.a

-rw-r--r--    1 root     root          213 Nov  7 12:01 /usr/lib/libc.so

Configure command: ./configure '--prefix=/usr/local/mysql'
'--localstatedir=/usr/local/mysql/data' '--libexecdir=/usr/local/mysql/bin'
'--with-comment =Official MySQL-pro binary' '--with-extra-charsets=complex'
'--with-server-suffix=-pro' '--enable-thread-safe-client'
'--enable-local-infile' '--disab le-shared'
'--with-client-ldflags=-all-static' '--with-mysqld-ldflags=-all-static'
'--with-embedded-server' '--with-innodb' 'CC=ecc' 'CFLAGS=-O2 -tpp2  -ip
-nolib_inline' 'CXXFLAGS=-O2 -tpp2 -ip -nolib_inline' 'CXX=ecc'


Any suggestion so far?

If I try to connect through mysql client, it gives "segmentation fault"
error

Any help or ideas will be highly appreciable.



 <<Sagar, Sanjeev.vcf>> 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to