Operating System - HP-UX
1752292 Members
4528 Online
108786 Solutions
New Discussion юеВ

MySql Installation Problem

 
Alex Hose
Advisor

MySql Installation Problem

I am getting the following error message while installing MySQL (binary) on my HP-UX 10.20 OS by running ./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
010221 13:34:17 Warning: setrlimit couldn't increase number of open files to m0
010221 13:34:17 Warning: Changed limits: max_connections: 50 table_cache: 64
./scripts/mysql_install_db[284]: 20532 Memory fault(coredump)
Installation of grant tables failed!

Any help in this regard.

Any url address for the depot software for MySQL for HP-UX10.20

5 REPLIES 5
James A. Donovan
Honored Contributor

Re: MySql Installation Problem

It sounds like you may need to increase some kernel parameters. From the kernel configuration area in SAM, try applying the "General OLTP/Database Server System" tuned parameter set and try again.
Remember, wherever you go, there you are...
Bill Clements
New Member

Re: MySql Installation Problem

Here's a link to the 3.22 depot from the mysql.com website:

http://www.mysql.com/Downloads/MySQL-3.22/mysql-3.22.32-hp-hpux10.20-hppa1.1-cc_aCC.tar.gz

I understand 3.23 is out and declared stable now, but haven't tried it yet.
Alex Hose
Advisor

Re: MySql Installation Problem

I applied the "General OLTP/Database Server System" parameter and rebuild the kernel. I am getting the same error when I run the mysql_install_db file.
Ciro  Barbosa  Lima
New Member

Re: MySql Installation Problem

We have the same problem reported.

In our installation , using an HP-UX 10.20, we got the same messages that you reported.

We noticed that your message was posted a three months ago.

Now, we are spending efforts to solution this problem, if we get the solution We'll post it in this forum.

So if in your site, the utilization of mysql worked out ,
Can you report to us ?
Ciro Grippi
Ciro  Barbosa  Lima
New Member

Re: MySql Installation Problem

We had instaled four patches for the package DCE :
PHCO-23684,
PHSS-12727,
PHSS-19739 and
PHSS-23672 .
After this , We reexecuted the MySQL Daemon ( the binary distibution )
and didn't have problems anymore.
Ciro Grippi