Hello.


For such an old version of MySQL use --set-variable syntax.

See:

  http://dev.mysql.com/doc/refman/4.1/en/program-variables.html



I'm not sure if it supports dynamic system variables through the SET

syntax, according to the manual they have appeared in 4.0.3. In the future,

instead of 'set @variable' syntax for system variables, use  'set

@@global.variable' or 'set global variable=...'. See:

  http://dev.mysql.com/doc/refman/4.1/en/system-variables.html





I strongly recommend you to upgrade.







Douglas B. Jones wrote:

> How do you up max_connections on 3.23.29 mysql? I

> have tried in the my.cnf file, command line and

> in mysql (set @max_connections=200). Thanks for

> any help!

> 

> 



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