At 17:50 -0300 3/28/05, Alejandro D. Burne wrote:
OK, I confuse a little, this is the message:

[EMAIL PROTECTED] init.d]# /etc/rc.d/init.d/mysql start
Starting MySQL/usr/sbin/mysqlmanager: unknown option '--no-auto-rehash'

in my.cnf exists "no-auto-rehash", if I comment this line mysqld
starts up without errors.

maybe my.cnf came from 5.0.2 and this option it's not supported on 5.0.3?

--no-auto-rehash has never been a mysqld option. It's a mysql option. It shouldn't be in any my.cnf file other than the [mysql] section.

What does your my.cnf file look like?



Alejandro.

On Mon, 28 Mar 2005 14:21:28 -0600, Paul DuBois <[EMAIL PROTECTED]> wrote:
 At 16:30 -0300 3/28/05, Alejandro D. Burne wrote:
 >Hi, I'm testing 5.0.3.
 >I make a rpm update from 5.0.2.
 >After it mysqld through mysqlamanager doesn't start. I'll be watching
 >logs and I saw the problem was in mysql section on my.cnf. If I
 >comment --no-auto-rehash it works.

 That's strange, for two reasons:

- The [mysql] section shouldn't affect mysqld.
- Options in my.cnf shouldn't be listed with leading dashes.
The option should be no-auto-rehash in an option file, not --no-auto-rehash


 >I can't find info on --no-auto-rehash. Someone can tell what is it?

 It's listed here:

 http://dev.mysql.com/doc/mysql/en/mysql.html

 --
 Paul DuBois, MySQL Documentation Team
 Madison, Wisconsin, USA
 MySQL AB, www.mysql.com


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]


--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to