I'll give you an example: I start mysqld as such:

mysqld -O max_allowed_packet=2M

This set the option. You can do it also in my.cnf:

[mysqld]
port            = 3306
socket          = /tmp/mysql.sock
skip-locking
set-variable    = key_buffer=16M
set-variable    = max_allowed_packet=16M
set-variable    = thread_stack=128K


Sie schrieben am Montag, 9. Juli 2001, 18:41:12:

> Ihre Nachricht vom Monday 09 July 2001 17:10:
>> It's so easy, you won't think of it: start mysqld with parameter
>> -h (=help):
>>
>> mysqld -h
>>
>> shows all parameters and current settings

> Alas, it does not. It shows a couple of variable settings, but not the syntax 
> for tha various logging options and the like. So the question for a complete 
> options syntax of my.cnf remains open.




-- 
Herzlich
Werner Stuerenburg            

_________________________________________________
ISIS Verlag, Teut 3, D-32683 Barntrup-Alverdissen
Tel 0(049) 5224-997 407 · Fax 0(049) 5224-997 409
http://pferdezeitung.de



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