2 messages in com.mysql.lists.mysqlHelp installing
FromSent OnAttachments
IBS202 Jun 1999 11:03 
Christian Mack04 Jun 1999 10:58 
Subject:Help installing
From:IBS2 (ib@ix.netcom.com)
Date:06/02/1999 11:03:17 AM
List:com.mysql.lists.mysql

Hi all

I'm new to the list so forgive me if do or say something wronge. Linux 2.0.35 RedHat 5.2 My machine is a IPX Sparcstation i'm not sure if I have rigth binary for my machine. My problem is that when I installed this program Mysql-3.22.22-sun-sunos4.1.4-sparc.tar.gz. I get this message.

[root@horse mysql]# scripts/mysql_install_db WARNING: Your libc libraries are not 100 % compatible with this MySQL version 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 ! Creating db table Creating host table Creating user table Creating func table Creating tables_priv table Creating columns_priv table crt0: no /usr/lib/ld.so 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

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!