I'm trying to get my key_buffer_size to 64m (default is 8m).  I tried
putting it into my.cnf under [mysqld] with both key_buffer=64m and
key_buffer_size=64m seperately of course, and when that didn't work tried
putting it in from of the: /usr/bin/safe_mysqld  --defaults-file=/etc/my.cnf
>/dev/null 2>&1 &  line in /etc/rc.d/init.d/mysqld.  All yield this error
shown in /var/log/mysqld:

/usr/libexec/mysqld: unrecognized option `--key_buffer=64m'
(or)
/usr/libexec/mysqld: unrecognized option `--key_buffer_size=64m'

MySQL is version 3.23.58 and RedHat version is Red Hat Linux release 9
(Shrike) 2.4.20.

Any suggestions?

Patrick Campbell 
OurVacationStore.com
Website Administrator
[EMAIL PROTECTED]

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

Reply via email to