I am attempting to build the latest version of MySQL on a HP-UX 11.00 system
but I have run into on problem over and over again. Once the service is
built, I run the make test command and the process fails at the "rpl000001"
step and the test ends with an error code. I go ahead and test the installed
software and I keep receiving the following message when I issued the "show
variables" command:

ERROR 2013: Lost connection to MySQL server during query

In my host.err log file I have the following information:

/usr/local2/jhtest/mysql/libexec/mysqld: ready for connections
mysqld got signal 10;
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=8384512
record_buffer=126976
sort_buffer=524280
max_used_connections=1
max_connections=300
threads_connected=2
It is possible that mysqld could use up to
key_buffer_size + (record_buffer + sort_buffer)*max_connections = 198985 K
bytes of memory
Hope that's ok, if not, decrease some variables in the equation

021223 11:22:24  mysqld restarted


Has anyone encounteded this and been able to correct the problem and if so,
How?




Thank You

--

Jeff Hinds - Database Specialist
Middle Tennessee State University      Email: [EMAIL PROTECTED]
Information Technology Division        Phone: (615) 898-5719
Cope Admin. Building - Room 001          Fax: (615) 898-5720
Murfreesboro, Tn 37129


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