This sounds more like a OS problem then a MySQL problem.

I don't know much about HPUX.

Bye,


B.


>Hi folks,
>
>Thought I'd see if I have a common problem before I do a bug report. I am 
>trying to install the binary file for HP/UX 10.20 on a HP/UX 10.20 785 
>series computer. As the error message is about memory problems the 
>following info may be of interest. The tar file is on a volume with 30,000 
>bytes free space. I unpack the file into the /usr/local/mysql-OS-version 
>directory onto the volume /usr which has 300,000+ bytes free space. Okay, 
>the result of running the install script is:
>
># 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
>010423 11:09:07  Warning: setrlimit couldn't increase number of open files 
>to more than 200
>010423 11:09:07  Warning: Changed limits: max_connections: 
>100  table_cache: 64
>scripts/mysql_install_db[284]: 15102 Memory fault(coredump)
>Installation of grant tables failed!
>
>Examine the logs in ./data for more information.
>You can also try to start the mysqld demon 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
>
>
>There are no logs in the ./data directory just a core dump. When I try 
>./bin/mysqld --skip-grant I get the following message:
>
># ./bin/mysqld --skip-grant
>010423 15:07:48  Warning: setrlimit couldn't increase number of open files 
>to more than 200
>010423 15:07:48  Warning: Changed limits: max_connections: 
>100  table_cache: 64
>./bin/mysqld: Can't change dir to 
>'/usr/local/mysql-3.23.37-hp-hpux10.20-hppa1.1/var/' (Errcode: 2)
>010423 15:07:48  Aborting
>
>010423 15:07:48  ./bin/mysqld: Shutdown Complete
>
>Why does mysqld even try to change to ../var ? This is a binary 
>distribution and this directory does not exist!
>
>Can someone help me or is this a case for bug fixing?
>
>Thanks a lot in advance,
>
>Pete


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