Hi,

I've got a problem with the installation of mysql (version 3.23.53) on our
HP-UX 10.20 system. What I did was:

        1) I downloaded the file mysql-3.23.53-hp-hpux10.20-hppa1.1.tar.gz
        2) gunzip mysql-3.23.53-hp-hpux10.20-hppa1.1.tar.gz
        3) tar -xvf mysql-3.23.53-hp-hpux10.20-hppa1.1.tar
        4) cd mysql-3.23.53-hp-hpux10.20-hppa1.1
        5) ./scripts/mysql_install_db

... and this is the output:

Preparing db table
Preparing host table
Preparing user table
Preparing func table
Preparing tables_priv table
Preparing columns_priv table
Installing all prepared tables
021022  7:00:08  Warning: setrlimit couldn't increase number of open files
to mo
re than 60
021022  7:00:08  Warning: Changed limits: max_connections: 50  table_cache:
64
./scripts/mysql_install_db[292]: 17878 Memory fault
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
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!

There is no log file in ./data. Only a core file and 2 directory's mysql and
test which are empty.

Running: ./bin/mysqld --skip-grant

Give the following error:

021022  7:05:13  Warning: setrlimit couldn't increase number of open files
to more than 60
021022  7:05:13  Warning: Changed limits: max_connections: 50  table_cache:
64
./bin/mysqld: Can't change dir to '/usr/local/mysql/var/' (Errcode: 2)
021022  7:05:13  Aborting

021022  7:05:13  ./bin/mysqld: Shutdown Complete

Making the directory ./var and the running the installation script, gives:

021022  7:06:57  Warning: setrlimit couldn't increase number of open files
to more than 60
021022  7:06:57  Warning: Changed limits: max_connections: 50  table_cache:
64
./scripts/mysql_install_db[292]: 17925 Memory fault
Installation of grant tables failed!

Running: ./bin/mysqld --skip-grant

021022  7:07:40  Warning: setrlimit couldn't increase number of open files
to more than 60
021022  7:07:40  Warning: Changed limits: max_connections: 50  table_cache:
64
./bin/mysqld: Can't change dir to '/usr/local/mysql/var/' (Errcode: 2)
021022  7:07:40  Aborting

021022  7:07:40  ./bin/mysqld: Shutdown Complete

I tried to untar mysql in /usr/local/ but the same problems occurred.

Can you help me with these problems?

Thanks

Geert Gommeren
R&D Engineer
--------------------------------------------------------------------------
Telindus
Geldenaaksebaan 335
B-3001 Heverlee, Belgium
--------------------------------------------------------------------------
mailto:geert.gommeren@;telindus.be
Phone: +32 (0) 16 38 25 43
Fax: +32 (0) 16 38 25 45
--------------------------------------------------------------------------
For more information about our products and services, 
please visit our website: http://www.telindus.com
--------------------------------------------------------------------------
Secure connectivity & mobility



>>> 
29th Telindus International Symposium 
Thursday, October 24, 2002 
Brussel Expo, Brussels, Belgium 

Meet over 2.000 business & ICT professionals for an in-depth networking
update at Telindus' 29th International Symposium. 

Check out the programme, partners, workshops and register now for free: 
http://www.telindussymposium.com 
<<<



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