Hi, 

After installing mysql-5.1.37 on solaris10, I am getting this message: 

../mysql_install_db --user=mysql --ldata=/sqldata 
Installing MySQL system tables... 
090905 13:10:19 [Warning] option 'max_join_size': unsigned value 
184467440737095 
51615 adjusted to 4294967295 
090905 13:10:19 [Warning] option 'max_join_size': unsigned value 
184467440737095 
51615 adjusted to 4294967295 
090905 13:10:19 [ERROR] /usr/local/mysql5/libexec/mysqld: unknown variable 
'tabl 
e_open_cache=64' 
Installation of system tables failed! 

Examine the logs in /sqldata for more information. 
You can try to start the mysqld daemon with: 
/usr/local/mysql5/libexec/mysqld --skip-grant & 
and use the command line tool 
/usr/local/mysql5/bin/mysql to connect to the mysql 
database and look at the grant tables: 

shell> /usr/local/mysql5/bin/mysql -u root mysql 
mysql> show tables 

Try 'mysqld --help' if you have problems with paths. Using --log 
gives you a log in /sqldata 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 /usr/local/mysql5/bin/mysqlbug script! 
-bash-3.00# Broken Pipe 


I also tried this: 

/usr/local/mysql5/libexec/mysqld --skip-grant & 
[1] 23145 
-bash-3.00# 090905 13:17:49 [Warning] option 'max_join_size': unsigned value 
18446744073709551615 adjusted to 4294967295 
090905 13:17:49 [Warning] option 'max_join_size': unsigned value 
18446744073709551615 adjusted to 4294967295 
090905 13:17:49 [ERROR] /usr/local/mysql5/libexec/mysqld: unknown variable 
'table_open_cache=64'


Could you please advise?
thank you
GG


      


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to