Ryan,

I think it is a long line problem. Monty recently increased the
my.cnf option text length to 256 or 512 characters, but obviously
your line is exceeding the limit.

I am sending a copy of this email to Monty, so that he can
consider increasing the maximum to 1 kB.

Regards,

Heikki
http://www.innodb.com

Copied message:
............................
I think mysqld may have a problem parsing long lines in my.cnf. I recieve
the following error when trying to start mysqld:

/usr/local/libexec/mysqld: unrecognized option `--r3/ibdata31:2G'

Here is the line that is offending mysqld (it is all one line in my.cnf). If
I remove or shorten this line in any way, mysql runs fine.

innodb_data_file_path =
dr1/ibdata0:2G;var/mysql/ibdata1:2G;var/mysql/ibdata2:2G;var/mysql/ibdata5:2
G;var/mysql/ibdata6:2G;
dr3/ibdata7:2G;dr3/ibdata8:2G;dr3/ibdata9:2G;dr3/ibdata10:2G;dr3/ibdata11:2G
;dr3/ibdata12:2G;dr3/ibdata13:2G;
dr3/ibdata14:2G;dr3/ibdata15:2G;dr3/ibdata16:2G;dr3/ibdata17:2G;dr3/ibdata18
:2G;dr3/ibdata19:2G;dr3/ibdata20:2G;
dr3/ibdata21:2G;dr3/ibdata22:2G;dr3/ibdata23:2G;dr3/ibdata24:2G;dr3/ibdata25
:2G;dr3/ibdata26:2G;dr3/ibdata27:2G;
dr3/ibdata28:2G;dr3/ibdata29:2G;var/mysql/ibdata30:2G;dr3/ibdata31:2G

Anyone know what is going on? Is this a long line problem or something else?

Thanks.ryan


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