Stefan,
Thursday, September 19, 2002, 9:45:52 AM, you wrote:

SF> I want to change the varibale "max_connections" from 100 to 250. how can
SF> I do that? I use MySQL 3.23.52 under Windows XP professional
SF> Is the place I take the set-variable = max_connections=300 wrong?
 
SF> I have the fallowing my.ini:
 
[skip]

SF> [isamchk]
SF> set-variable = key_buffer=128M
SF> set-variable = sort_buffer=128M
SF> set-variable = read_buffer=2M
SF> set-variable = write_buffer=2M
SF> set-variable    = max_connections=300
 
[skip]

You should put set-variable = max_connections = 300 in the [mysqld]
section of my.ini instead of [isamchk]


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





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